diff --git a/components/publish/PublishSnackbar.vue b/components/publish/PublishSnackbar.vue index 8eea5c8bd5..7a190241c3 100644 --- a/components/publish/PublishSnackbar.vue +++ b/components/publish/PublishSnackbar.vue @@ -8,7 +8,7 @@ function show() { setTimeout(() => { hide() - }, 10000) + }, 5000) } function hide() { @@ -22,11 +22,11 @@ defineExpose({