mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-04 13:09:41 +00:00
reset flag comment (#10507)
This commit is contained in:
parent
c630486fef
commit
47b75156fa
1 changed files with 1 additions and 0 deletions
|
|
@ -100,6 +100,7 @@ export default {
|
|||
if (!data.message || !data.groupId) return;
|
||||
this.abuseObject = data.message;
|
||||
this.groupId = data.groupId;
|
||||
this.reportComment = '';
|
||||
this.$root.$emit('bv::show::modal', 'report-flag');
|
||||
});
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue