Fix: Frontend bug, administrators unable to delete users (#3170)
This commit is contained in:
parent
821f51ea5a
commit
bee71d93fe
|
@ -17,7 +17,7 @@
|
|||
</button>
|
||||
<button
|
||||
class="button button--flat"
|
||||
@click="layoutStore.currentPrompt?.confirm()"
|
||||
@click="layoutStore.currentPrompt?.confirm"
|
||||
tabindex="2"
|
||||
>
|
||||
{{ t("buttons.delete") }}
|
||||
|
|
Loading…
Reference in New Issue