Skip to content

Commit

Permalink
DEV: Remove unused action (#14889)
Browse files Browse the repository at this point in the history
There are no usages in Core and plugins.
  • Loading branch information
AndrewPrigorshnev committed Nov 16, 2021
1 parent 370c729 commit 32c6c4f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/assets/javascripts/discourse/app/routes/tag-show.js
Expand Up @@ -171,10 +171,6 @@ export default DiscourseRoute.extend(FilterModeMixin, {
},

actions: {
invalidateModel() {
this.refresh();
},

renameTag(tag) {
showModal("rename-tag", { model: tag });
},
Expand Down

0 comments on commit 32c6c4f

Please sign in to comment.