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.
This commit is contained in:
Ken Sternberg 2023-10-20 02:17:24 -07:00 committed by GitHub
parent ce4c654209
commit 20e003656a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*