Skip to content

Commit

Permalink
fix: Using search DEV 3950 (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
seakayone authored Jul 31, 2024
1 parent f15bc4e commit 3af5d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-frontend/src/Snackbar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
})
</script>

<div transition:fade={{duration: 400}}>
<div in:fade={{duration: 400}}>
{$handleSnackbar.message}
</div>

Expand Down

0 comments on commit 3af5d97

Please sign in to comment.