Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
fix: the mode.topPriority involving computed is not initialized (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinHsu authored Mar 27, 2022
1 parent aa80358 commit 54f20b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/Post/PostSettingModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,9 @@ export default {
return {
postStatuses,
form: {
model: {},
model: {
topPriority: 0
},
saving: false,
saveErrored: false,
draftSaving: false,
Expand Down

0 comments on commit 54f20b4

Please sign in to comment.