mirror of
https://github.com/discourse/discourse.git
synced 2026-07-31 08:38:27 -05:00
DEV: Remove unused action (#14889)
There are no usages in Core and plugins.
This commit is contained in:
@@ -171,10 +171,6 @@ export default DiscourseRoute.extend(FilterModeMixin, {
|
||||
},
|
||||
|
||||
actions: {
|
||||
invalidateModel() {
|
||||
this.refresh();
|
||||
},
|
||||
|
||||
renameTag(tag) {
|
||||
showModal("rename-tag", { model: tag });
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user