Allow all users to be added to a group

This commit is contained in:
Adria Navarro 2024-02-27 17:17:22 +01:00
parent 9af7167792
commit 62791e1f0d
1 changed files with 1 additions and 3 deletions

View File

@ -321,9 +321,7 @@
<div class="tableTitle"> <div class="tableTitle">
<Heading size="S">Groups</Heading> <Heading size="S">Groups</Heading>
<div bind:this={popoverAnchor}> <div bind:this={popoverAnchor}>
<Button disabled={readonly} on:click={popover.show()} secondary> <Button on:click={popover.show()} secondary>Add to group</Button>
Add to group
</Button>
</div> </div>
<Popover align="right" bind:this={popover} anchor={popoverAnchor}> <Popover align="right" bind:this={popover} anchor={popoverAnchor}>
<UserGroupPicker <UserGroupPicker