Skip to content

Commit

Permalink
DEV: import ember controller
Browse files Browse the repository at this point in the history
  • Loading branch information
featheredtoast committed Apr 21, 2020
1 parent 1b89def commit 57c5bfa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/javascripts/discourse/controllers/user-notes.js.es6
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 57c5bfa

Please sign in to comment.