1
0
Fork 0
discourse-custom-wizard-unl.../assets/javascripts/discourse/connectors/admin-dashboard-top/custom-wizard-issue-notice.js.es6

12 Zeilen
347 B
Text

2021-09-24 11:58:42 +02:00
import { getOwner } from "discourse-common/lib/get-owner";
export default {
setupComponent() {
const controller = getOwner(this).lookup('controller:admin-dashboard')
const wizardWarningNotice = controller.get('wizardWarningNotice');
if (wizardWarningNotice) {
this.set('wizardWarningNotice', wizardWarningNotice);
}
}
}