Skip to content

Commit

Permalink
fix: initial default value in PublishWidget
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jan 30, 2023
1 parent e277832 commit 9c3a3de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/publish/PublishWidget.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9c3a3de

Please sign in to comment.