Skip to content

Commit a8bdb86

Browse files
Merge pull request #2594 from appwrite/fix-prevent-row-deletion
2 parents e02c4e2 + a56be7a commit a8bdb86

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)