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