1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-07-05 14:06:48 +01:00

fix: initial default value in PublishWidget

This commit is contained in:
Anthony Fu 2023-01-30 12:23:49 +01:00
parent e277832b61
commit 9c3a3de41d

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,