mirror of
https://github.com/nextcloud/server.git
synced 2026-04-02 15:45:38 -04:00
feat(settings): Close user row action menu after click
Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
parent
1de77edfdf
commit
51cd2ad13d
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@
|
|||
:disabled="disabled"
|
||||
:aria-label="text"
|
||||
:icon="icon"
|
||||
close-after-click
|
||||
@click="(event) => action(event, { ...user })">
|
||||
{{ text }}
|
||||
</NcActionButton>
|
||||
|
|
|
|||
Loading…
Reference in a new issue