Skip to content

Commit

Permalink
fix: fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
potts99 committed Nov 14, 2024
1 parent c835045 commit 924d34f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/client/pages/admin/roles/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ export default function UpdateRole() {
} else {
setSelectedPermissions(
selectedPermissions.filter(
//@ts-ignore
(p: Permission) => !categoryPermissions.includes(p)
)
);
Expand Down

0 comments on commit 924d34f

Please sign in to comment.