Skip to content

Commit

Permalink
feat(user-roles) setup roles
Browse files Browse the repository at this point in the history
  • Loading branch information
sholzer committed Jan 14, 2025
1 parent b56002b commit 6418176
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ const SettingsContainer = ({ ...props }): React.JSX.Element => {
const [form] = Form.useForm()
const { id } = useRoleContext()
const { item, isLoading, changeItemInState } = useRoleDraft(id)
// todo no api in roles for available permissions
const permissions = getGroupedPermissions([
{
key: 'workflow_details',
Expand Down

0 comments on commit 6418176

Please sign in to comment.