Browse Source

fix: the mode.topPriority involving computed is not initialized (#525)

pull/526/head
QuentinHsu 3 years ago committed by GitHub
parent
commit
54f20b4895
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/components/Post/PostSettingModal.vue

4
src/components/Post/PostSettingModal.vue

@ -215,7 +215,9 @@ export default {
return {
postStatuses,
form: {
model: {},
model: {
topPriority: 0
},
saving: false,
saveErrored: false,
draftSaving: false,

Loading…
Cancel
Save