refs #151 Fix default visibility state
This commit is contained in:
parent
6143481bfc
commit
70ac667fcd
|
@ -99,7 +99,7 @@ const NewToot = {
|
|||
},
|
||||
openModal ({ dispatch, commit, rootState }) {
|
||||
commit('changeModal', true)
|
||||
commit('changeVisibilityValue', rootState.tootVisibility)
|
||||
commit('changeVisibilityValue', rootState.App.tootVisibility)
|
||||
},
|
||||
closeModal ({ commit }) {
|
||||
commit('changeModal', false)
|
||||
|
|
Loading…
Reference in New Issue