feat(settings): Close user row action menu after click

Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
Christopher Ng 2024-06-05 15:05:39 -07:00
parent 1de77edfdf
commit 51cd2ad13d

View file

@ -20,6 +20,7 @@
:disabled="disabled"
:aria-label="text"
:icon="icon"
close-after-click
@click="(event) => action(event, { ...user })">
{{ text }}
</NcActionButton>