fix: `initial` default value in PublishWidget

pull/1525/head
Anthony Fu 2023-01-30 12:23:49 +01:00
rodzic e277832b61
commit 9c3a3de41d
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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,