mirror of
https://github.com/discourse/discourse.git
synced 2025-06-05 10:44:43 +08:00
REFACTOR: Move bootbox
to an import instead of global variable (#10533)
This commit is contained in:
@ -6,6 +6,7 @@ import { exportEntity } from "discourse/lib/export-csv";
|
||||
import ScreenedIpAddress from "admin/models/screened-ip-address";
|
||||
import { observes } from "discourse-common/utils/decorators";
|
||||
import { INPUT_DELAY } from "discourse-common/config/environment";
|
||||
import bootbox from "bootbox";
|
||||
|
||||
export default Controller.extend({
|
||||
loading: false,
|
||||
|
Reference in New Issue
Block a user