diff --git a/web/src/components/ak-wizard-main/ak-wizard-frame.ts b/web/src/components/ak-wizard-main/ak-wizard-frame.ts index a0f320095..01a37af28 100644 --- a/web/src/components/ak-wizard-main/ak-wizard-frame.ts +++ b/web/src/components/ak-wizard-main/ak-wizard-frame.ts @@ -22,7 +22,7 @@ import { type WizardButton, WizardStepLabel } from "./types"; * * @element ak-wizard-frame * - * @slot - Where the form itself should go + * @slot trigger - (Inherited from ModalButton) Define the "summon modal" button here * * @fires ak-wizard-nav - Tell the orchestrator what page the user wishes to move to. *