FIX: application controller is not used by the card

This commit is contained in:
Robin Ward 2020-08-14 12:49:11 -04:00
parent 99764d8108
commit 86aa5d5e48

View File

@ -2,7 +2,6 @@ import Controller, { inject as controller } from "@ember/controller";
import DiscourseURL, { userPath, groupPath } from "discourse/lib/url";
export default Controller.extend({
application: controller(),
topic: controller(),
actions: {