update modal state hiding

pull/4930/head
Joseph Izang 5 months ago committed by Aniket
parent 6e64893504
commit 0a31b0f244
  1. 2
      libs/remix-ui/workspace/src/lib/remix-ui-workspace.tsx

@ -167,7 +167,7 @@ export function Workspace() {
const hideFullMessage = () => { const hideFullMessage = () => {
//eslint-disable-line //eslint-disable-line
setState((prevState) => { setModalState((prevState) => {
return { ...prevState, showModalDialog: false, importSource: '' } return { ...prevState, showModalDialog: false, importSource: '' }
}) })
} }

Loading…
Cancel
Save