diff --git a/components/publish/PublishWidget.vue b/components/publish/PublishWidget.vue
index 9ac0cf1d..fb7f1b20 100644
--- a/components/publish/PublishWidget.vue
+++ b/components/publish/PublishWidget.vue
@@ -90,6 +90,7 @@ function trimPollOptions() {
&& trimmedOptions.length >= currentInstance.value?.configuration?.polls.maxOptions) {
draft.value.params.poll!.options = trimmedOptions
}
+
else {
draft.value.params.poll!.options = [...trimmedOptions, '']
}
@@ -334,37 +335,37 @@ function stopQuestionMarkPropagation(e: KeyboardEvent) {
- {{ scheduledTime ? $t('state.schedule_failed') : $t('state.publish_failed') }} {{ scheduledTime ? $t('state.schedule_failed') : $t('state.publish_failed') }} {{ $t('state.schedule_time_invalid', [minimumScheduledTime.toLocaleString()]) }} {{ $t('state.schedule_time_invalid', [minimumScheduledTime.toLocaleString()]) }}
-
-
+
+