FIX: remove rendering UX from ember models (#11724)

Fix for `admin-user.js` and `backup.js` models.
This commit is contained in:
Krzysztof Kotlarek
2021-01-20 16:04:21 +11:00
committed by GitHub
parent fb184fed06
commit 8b10fc2f8c
11 changed files with 391 additions and 341 deletions
@@ -0,0 +1,6 @@
import Controller from "@ember/controller";
import ModalFunctionality from "discourse/mixins/modal-functionality";
export default Controller.extend(ModalFunctionality, {
deletedPercentage: 0,
});