Issues #152: done.
This commit is contained in:
@@ -82,7 +82,7 @@ export default {
|
|||||||
}
|
}
|
||||||
this.$toast.success('Filter(s) deleted.');
|
this.$toast.success('Filter(s) deleted.');
|
||||||
}else{
|
}else{
|
||||||
this.$toast.success(`Delete ${this.ruleData[index].label}.`);
|
this.$toast.success(`Filter deleted.`);
|
||||||
this.temporaryData.splice(index, 1);
|
this.temporaryData.splice(index, 1);
|
||||||
this.isRuleData.splice(index, 1);
|
this.isRuleData.splice(index, 1);
|
||||||
this.ruleData.splice(index, 1);
|
this.ruleData.splice(index, 1);
|
||||||
|
|||||||
Reference in New Issue
Block a user