Implement user deletion
This commit is contained in:
@@ -229,6 +229,7 @@ onMounted(async () => {
|
||||
:confirm-busy="editBusy"
|
||||
:confirm-active="!editBusy && isValid"
|
||||
:reject-label="$t('main.dialog.cancel')"
|
||||
reject-style="secondary"
|
||||
@confirm="onSubmit()"
|
||||
>
|
||||
<p class="has-error text-center" v-show="editError.generic">{{ editError.generic }}</p>
|
||||
|
||||
Reference in New Issue
Block a user