Update permissions.svelte

This commit is contained in:
Torsten Dittmann
2025-11-13 01:07:09 +04:00
parent bd8c9d2837
commit a56be7a772
@@ -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