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