Skip to content

Commit

Permalink
chore: fix slot names
Browse files Browse the repository at this point in the history
  • Loading branch information
jjarvisp committed Feb 28, 2025
1 parent f8b63a0 commit 2bdcc03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ exports[`SetupEmailComponent renders as expected 1`] = `
data-amplify-fieldset=""
>
<amplify-slot
name="select-mfa-type-header"
name="setup-email-header"
style="display: contents;"
>
<h3
Expand Down Expand Up @@ -94,7 +94,7 @@ exports[`SetupEmailComponent renders as expected 1`] = `
</fieldset>
<amplify-slot
name="select-mfa-type-footer"
name="setup-email-footer"
style="display: contents;"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[disabled]="authenticator.isPending"
>
<amplify-slot
name="select-mfa-type-header"
name="setup-email-header"
[context]="context"
>
<h3 [class]="classNames(ComponentClassName.Heading, 'amplify-heading--3')">{{ headerText }}</h3>
Expand Down Expand Up @@ -41,7 +41,7 @@ <h3 [class]="classNames(ComponentClassName.Heading, 'amplify-heading--3')">{{ he
</amplify-error>
</fieldset>
<amplify-slot
name="select-mfa-type-footer"
name="setup-email-footer"
[context]="context"
></amplify-slot>
</form>

0 comments on commit 2bdcc03

Please sign in to comment.