mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 12:27:16 +08:00
REFACTOR: Move bootbox
to an import instead of global variable (#10533)
This commit is contained in:
@ -4,6 +4,7 @@ import { ajax } from "discourse/lib/ajax";
|
||||
import { extractError } from "discourse/lib/ajax-error";
|
||||
import EmberObject from "@ember/object";
|
||||
import MessageBus from "message-bus-client";
|
||||
import bootbox from "bootbox";
|
||||
|
||||
const Backup = EmberObject.extend({
|
||||
destroy() {
|
||||
|
Reference in New Issue
Block a user