fix: remove page rules (#1083)
This commit is contained in:
@@ -243,8 +243,8 @@ export default {
|
||||
locales: []
|
||||
})
|
||||
},
|
||||
removeRule(rule) {
|
||||
this.group.pageRules.splice(_.findIndex(this.group.pageRules, ['id', rule.id]), 1)
|
||||
removeRule(ruleId) {
|
||||
this.group.pageRules.splice(_.findIndex(this.group.pageRules, ['id', ruleId]), 1)
|
||||
},
|
||||
comingSoon() {
|
||||
this.$store.commit('showNotification', {
|
||||
|
Reference in New Issue
Block a user