discourse/app/assets/javascripts/admin/addon/controllers/modals/admin-delete-user-posts-progress.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
199 B
JavaScript
Raw Normal View History

import Controller from "@ember/controller";
import ModalFunctionality from "discourse/mixins/modal-functionality";
export default Controller.extend(ModalFunctionality, {
deletedPercentage: 0,
});