DEV: Remove unused action (#14889)
There are no usages in Core and plugins.
This commit is contained in:
parent
370c729160
commit
32c6c4f417
|
@ -171,10 +171,6 @@ export default DiscourseRoute.extend(FilterModeMixin, {
|
|||
},
|
||||
|
||||
actions: {
|
||||
invalidateModel() {
|
||||
this.refresh();
|
||||
},
|
||||
|
||||
renameTag(tag) {
|
||||
showModal("rename-tag", { model: tag });
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue