DEV: Remove unused action (#14889)

There are no usages in Core and plugins.
This commit is contained in:
Andrei Prigorshnev 2021-11-16 15:49:59 +04:00 committed by GitHub
parent 370c729160
commit 32c6c4f417
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -171,10 +171,6 @@ export default DiscourseRoute.extend(FilterModeMixin, {
},
actions: {
invalidateModel() {
this.refresh();
},
renameTag(tag) {
showModal("rename-tag", { model: tag });
},