reset flag comment (#10507)

This commit is contained in:
negue
2018-07-13 10:50:17 +02:00
committed by Matteo Pagliazzi
parent c630486fef
commit 47b75156fa

View File

@@ -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');
});
},