fix: `initial` default value in PublishWidget

zio/stable
Anthony Fu 2023-01-30 12:23:49 +01:00
parent e277832b61
commit 9c3a3de41d
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import type { Draft } from '~/types'
const {
draftKey,
initial = getDefaultDraft() as never /* Bug of vue-core */,
initial = getDefaultDraft,
expanded = false,
placeholder,
dialogLabelledBy,