mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-25 14:09:03 -04:00
(admin) faster profile moderation – skip confirming non-ban
This commit is contained in:
parent
bc7b8f89c5
commit
0b781ae8ce
@ -72,7 +72,7 @@ export default {
|
||||
.join(', ');
|
||||
},
|
||||
async handleReport(id) {
|
||||
await this.$confirm('Are you sure you want to mark this report as handled?', 'success');
|
||||
// await this.$confirm('Are you sure you want to mark this report as handled?', 'success');
|
||||
await this.$post(`/admin/reports/handle/${id}`);
|
||||
this.abuseReports = this.abuseReports.map(r => {
|
||||
if (r.id === id) { r.isHandled = true; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user