DEV: import ember controller
This commit is contained in:
parent
1b89def89e
commit
57c5bfa6a2
|
@ -3,8 +3,9 @@ import {
|
|||
on
|
||||
} from "discourse-common/utils/decorators";
|
||||
import { popupAjaxError } from "discourse/lib/ajax-error";
|
||||
import Controller from "@ember/controller";
|
||||
|
||||
export default Ember.Controller.extend({
|
||||
export default Controller.extend({
|
||||
newNote: null,
|
||||
saving: false,
|
||||
user: null,
|
||||
|
|
Loading…
Reference in New Issue