mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Update permissions.svelte
This commit is contained in:
@@ -140,7 +140,7 @@
|
||||
{#each [...$groups] as [role, permission] (role)}
|
||||
<Table.Row.Base {root}>
|
||||
<Table.Cell column="role" {root}>
|
||||
<Row {role} <!--onNotFound={() => deleteRole(role)}--> />
|
||||
<Row {role} />
|
||||
</Table.Cell>
|
||||
<Table.Cell column="create" {root}>
|
||||
<Selector.Checkbox
|
||||
|
||||
Reference in New Issue
Block a user