Merge branch 'main' into 'fix-input-selects'.

This commit is contained in:
Darshan
2025-11-13 13:14:31 +05:30
2 changed files with 1 additions and 2 deletions
@@ -112,7 +112,6 @@
repository.set(e);
repositoryName = e.name;
selectedRepository = e.id;
connectRepo();
}} />
{/if}
</Layout.Stack>
@@ -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