Skip to content

Commit

Permalink
chore: change default value for
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennievon committed Sep 28, 2022
1 parent 2d9270d commit e1ee821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/WhatsNewModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default {
},
data: function () {
return {
open: true,
open: false,
currentView: 1
}
},
Expand Down

0 comments on commit e1ee821

Please sign in to comment.