Allow all users to be added to a group
This commit is contained in:
parent
9af7167792
commit
62791e1f0d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue