diff --git a/components/publish/PublishWidget.vue b/components/publish/PublishWidget.vue
index cc7190dd..49e3ed7c 100644
--- a/components/publish/PublishWidget.vue
+++ b/components/publish/PublishWidget.vue
@@ -132,6 +132,8 @@ const expiresInOptions = computed(() => [
const expiresInDefaultOptionIndex = 2
+const scheduleDateTime = ref('')
+
const characterCount = computed(() => {
const text = htmlToText(editor.value?.getHTML() || '')
@@ -462,7 +464,23 @@ function stopQuestionMarkPropagation(e: KeyboardEvent) {