mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
reset flag comment (#10507)
This commit is contained in:
@@ -100,6 +100,7 @@ export default {
|
|||||||
if (!data.message || !data.groupId) return;
|
if (!data.message || !data.groupId) return;
|
||||||
this.abuseObject = data.message;
|
this.abuseObject = data.message;
|
||||||
this.groupId = data.groupId;
|
this.groupId = data.groupId;
|
||||||
|
this.reportComment = '';
|
||||||
this.$root.$emit('bv::show::modal', 'report-flag');
|
this.$root.$emit('bv::show::modal', 'report-flag');
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user