Skip to content

Commit a56be7a

Browse files
Update permissions.svelte
1 parent bd8c9d2 commit a56be7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/permissions/permissions.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
{#each [...$groups] as [role, permission] (role)}
141141
<Table.Row.Base {root}>
142142
<Table.Cell column="role" {root}>
143-
<Row {role} <!--onNotFound={() => deleteRole(role)}--> />
143+
<Row {role} />
144144
</Table.Cell>
145145
<Table.Cell column="create" {root}>
146146
<Selector.Checkbox

0 commit comments

Comments
 (0)