diff --git a/app/assets/javascripts/discourse/app/static/wizard/components/wizard-field.gjs b/app/assets/javascripts/discourse/app/static/wizard/components/wizard-field.gjs index c71cbd1e3f6..a2f96fddfe7 100644 --- a/app/assets/javascripts/discourse/app/static/wizard/components/wizard-field.gjs +++ b/app/assets/javascripts/discourse/app/static/wizard/components/wizard-field.gjs @@ -1,7 +1,9 @@ import Component from "@glimmer/component"; import { assert } from "@ember/debug"; +import { hash } from "@ember/helper"; import { dasherize } from "@ember/string"; import { htmlSafe } from "@ember/template"; +import PluginOutlet from "discourse/components/plugin-outlet"; import fields from "./fields"; export default class WizardFieldComponent extends Component { @@ -77,6 +79,15 @@ export default class WizardFieldComponent extends Component {