FIX: remove rendering UX from ember models (#11724)
Fix for `admin-user.js` and `backup.js` models.
This commit is contained in:
committed by
GitHub
parent
fb184fed06
commit
8b10fc2f8c
+6
@@ -0,0 +1,6 @@
|
||||
import Controller from "@ember/controller";
|
||||
import ModalFunctionality from "discourse/mixins/modal-functionality";
|
||||
|
||||
export default Controller.extend(ModalFunctionality, {
|
||||
deletedPercentage: 0,
|
||||
});
|
||||
Reference in New Issue
Block a user