diff --git a/components/publish/PublishWidget.vue b/components/publish/PublishWidget.vue
index cde38322..03532b81 100644
--- a/components/publish/PublishWidget.vue
+++ b/components/publish/PublishWidget.vue
@@ -10,6 +10,7 @@ const {
initial = getDefaultDraft() as never /* Bug of vue-core */,
expanded: _expanded = false,
placeholder,
+ dialogLabelledBy,
} = defineProps<{
draftKey: string
initial?: () => Draft
@@ -17,6 +18,7 @@ const {
inReplyToId?: string
inReplyToVisibility?: StatusVisibility
expanded?: boolean
+ dialogLabelledBy?: string
}>()
const emit = defineEmits(['published'])
@@ -168,7 +170,7 @@ defineExpose({
-
+
{{ $t('state.editing') }}
@@ -217,6 +219,7 @@ defineExpose({