diff --git a/app/assets/javascripts/select-kit/addon/components/tag-drop.js b/app/assets/javascripts/select-kit/addon/components/tag-drop.js index af12e9b97f5..e2244b07191 100644 --- a/app/assets/javascripts/select-kit/addon/components/tag-drop.js +++ b/app/assets/javascripts/select-kit/addon/components/tag-drop.js @@ -81,7 +81,7 @@ export default ComboBoxComponent.extend(TagsMixin, { }), noTagsUrl: computed("firstCategory", "secondCategory", function () { - let url = "/tags"; + let url = "/tag"; if (this.currentCategory) { url += `/c/${Category.slugFor(this.currentCategory)}/${ this.currentCategory.id