diff options
| author | Zephyrrus <[email protected]> | 2020-07-04 03:26:35 +0300 |
|---|---|---|
| committer | Zephyrrus <[email protected]> | 2020-07-04 03:26:35 +0300 |
| commit | 92be4504ccb8f6d918013e5c33870858cd22376a (patch) | |
| tree | c66a0980f9905118e02626b976f2084f5363cb4d /src/site/pages/dashboard/admin/user | |
| parent | chore: add nsfw flag to migration (diff) | |
| download | host.fuwn.me-92be4504ccb8f6d918013e5c33870858cd22376a.tar.xz host.fuwn.me-92be4504ccb8f6d918013e5c33870858cd22376a.zip | |
feat: refactor most of the album components to use store for presentation and actions
Diffstat (limited to 'src/site/pages/dashboard/admin/user')
| -rw-r--r-- | src/site/pages/dashboard/admin/user/_id.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/site/pages/dashboard/admin/user/_id.vue b/src/site/pages/dashboard/admin/user/_id.vue index 2a56c34..8c73037 100644 --- a/src/site/pages/dashboard/admin/user/_id.vue +++ b/src/site/pages/dashboard/admin/user/_id.vue @@ -85,6 +85,7 @@ export default { methods: { promptDisableUser() { this.$buefy.dialog.confirm({ + type: 'is-danger', message: 'Are you sure you want to disable the account of the user that uploaded this file?', onConfirm: () => this.disableUser() }); |