DEV: Don't use the deprecated route (#17376)

This commit is contained in:
Jarek Radosz 2022-07-08 03:13:43 +02:00 committed by GitHub
parent 09fe3b40d1
commit 215926f295
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,
};