Skip to content

Commit

Permalink
Refactor ConfigForm.astro to add fallback slot for ConfigFormFallback…
Browse files Browse the repository at this point in the history
… component
  • Loading branch information
Adammatthiesen committed Dec 24, 2024
1 parent 6e37fab commit 98e8b9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const lang = 'en-us';
pagePreRendered
? (
<ConfigForm server:defer transition:persist transition:persist-props>
<ConfigFormFallback />
<ConfigFormFallback slot="fallback"/>
</ConfigForm>
)
: <ConfigForm transition:persist transition:persist-props/>
Expand Down

0 comments on commit 98e8b9e

Please sign in to comment.