From 20e003656aeeea0de92bed1fe1ecb599bb7395a7 Mon Sep 17 00:00:00 2001 From: Ken Sternberg <133134217+kensternberg-authentik@users.noreply.github.com> Date: Fri, 20 Oct 2023 02:17:24 -0700 Subject: [PATCH] web: fix bad comment that was confusing lit-analyze (#7234) The old comment was left over from a previous revision of the wizard, and blocked lit-analyze's ability to understand the Modal's `slot="trigger"` declaration. --- web/src/components/ak-wizard-main/ak-wizard-frame.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. *