fix: The modal being always opened
This commit is contained in:
parent
3b7e55d957
commit
f61386662a
@ -134,7 +134,7 @@ const initialState: IState = {
|
|||||||
popoverTextColor: "",
|
popoverTextColor: "",
|
||||||
showHelp: false,
|
showHelp: false,
|
||||||
|
|
||||||
modalShow: true,
|
modalShow: false,
|
||||||
},
|
},
|
||||||
|
|
||||||
vocab: {
|
vocab: {
|
||||||
|
Reference in New Issue
Block a user