forked from Mirrors/elk
fix: initial
default value in PublishWidget
This commit is contained in:
parent
e277832b61
commit
9c3a3de41d
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue