mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-26 22:43:06 -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(', ');
|
.join(', ');
|
||||||
},
|
},
|
||||||
async handleReport(id) {
|
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}`);
|
await this.$post(`/admin/reports/handle/${id}`);
|
||||||
this.abuseReports = this.abuseReports.map(r => {
|
this.abuseReports = this.abuseReports.map(r => {
|
||||||
if (r.id === id) { r.isHandled = true; }
|
if (r.id === id) { r.isHandled = true; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user