diff --git a/src/modules/17_acting/router.ts b/src/modules/17_acting/router.ts index 2a063dbf0..1c5542ad0 100644 --- a/src/modules/17_acting/router.ts +++ b/src/modules/17_acting/router.ts @@ -7,8 +7,8 @@ export default [ component: mainPage, meta: { Auth: true, - Key: [1], - Role: "organization", + Key: "SYS_ACTING", + Role: "STAFF", }, }, ];