Skip to content

Commit

Permalink
fix: undefined toast
Browse files Browse the repository at this point in the history
  • Loading branch information
bbtgnn committed Dec 16, 2024
1 parent 0c53f7c commit ce6553e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/routes/[[lang]]/my/signatures/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{/key}
</PageContent>

<Toast position="bottom-right" color="primary" transition={slide} bind:open={show}>
<Toast position="bottom-right" color="primary" transition={slide} bind:toastStatus={show}>
{content}
</Toast>

Expand Down

0 comments on commit ce6553e

Please sign in to comment.