mirror of
https://github.com/discourse/discourse.git
synced 2025-05-26 05:51:48 +08:00
REFACTOR: Move bootbox
to an import instead of global variable (#10533)
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
import I18n from "I18n";
|
||||
import discourseComputed from "discourse-common/utils/decorators";
|
||||
import Controller from "@ember/controller";
|
||||
import bootbox from "bootbox";
|
||||
|
||||
export default Controller.extend({
|
||||
@discourseComputed("model.isSaving")
|
||||
|
Reference in New Issue
Block a user