Skip to content

Commit 168743b

Browse files
committed
Update storybook
1 parent 578d4df commit 168743b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Carousel/stories/CarouselViewMethods.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
}
3333
3434
// goToNext
35-
function handleGoToNextClick() {
36-
carousel.goToNext()
35+
async function handleGoToNextClick() {
36+
await carousel.goToNext()
3737
}
3838
</script>
3939

0 commit comments

Comments
 (0)