DEV: Don't use the deprecated route (#17376)
This commit is contained in:
parent
09fe3b40d1
commit
215926f295
|
@ -213,7 +213,7 @@ export default DiscourseRoute.extend(FilterModeMixin, {
|
|||
|
||||
@action
|
||||
dismissRead(operationType) {
|
||||
const controller = this.controllerFor("tags-show");
|
||||
const controller = this.controllerFor("tag-show");
|
||||
let options = {
|
||||
tagName: controller.tag?.id,
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue