Ensure compiler version is updated in compile-tab

pull/1339/head
ioedeveloper 4 years ago
parent b4ee7f148e
commit d1c7ee1f1c
  1. 2
      libs/remix-ui/solidity-compiler/src/lib/compiler-container.tsx

@ -309,8 +309,8 @@ export const CompilerContainer = (props: CompilerContainerProps) => {
setState(prevState => {
return { ...prevState, selectedVersion }
})
updateCurrentVersion(selectedVersion)
}
updateCurrentVersion(selectedVersion)
queryParams.update({ version: selectedVersion })
let url

Loading…
Cancel
Save