Skip to content

Commit

Permalink
Change method of perm checking 2
Browse files Browse the repository at this point in the history
  • Loading branch information
luisa-beerboom committed Oct 22, 2024
1 parent 19f64f0 commit 293c19f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ const routes: Routes = [
},
{
path: `:id/edit`,
component: MotionFormComponent,
data: { meetingPermissions: [Permission.motionCanManageMetadata] }
component: MotionFormComponent
},
{ path: `new`, component: MotionFormComponent, data: { meetingPermissions: [Permission.motionCanCreate] } }
];
Expand Down

0 comments on commit 293c19f

Please sign in to comment.