Me when typo
This commit is contained in:
parent
b923c12fa6
commit
b30b905570
@ -70,7 +70,7 @@ export async function loader({ context }: { context: RequestContext }) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const typePermissions = {
|
const typePermissions = {
|
||||||
appeal: [1 << 0, 1 << 1],
|
appeal: [1 << 0, 1 << 11],
|
||||||
gma: [1 << 5],
|
gma: [1 << 5],
|
||||||
inactivity: [1 << 4, 1 << 6, 1 << 7, 1 << 11, 1 << 12],
|
inactivity: [1 << 4, 1 << 6, 1 << 7, 1 << 11, 1 << 12],
|
||||||
report: [1 << 5],
|
report: [1 << 5],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user