We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c6603bb + ac53c47 commit 3a9d68aCopy full SHA for 3a9d68a
libs/remix-ui/solidity-compiler/src/lib/compiler-container.tsx
@@ -449,6 +449,7 @@ export const CompilerContainer = (props: CompilerContainerProps) => {
449
const handleNightliesChange = (e) => {
450
const checked = e.target.checked
451
452
+ if (!checked) handleLoadVersion(state.defaultVersion)
453
config.set('includeNightlies', checked)
454
setState(prevState => {
455
return { ...prevState, includeNightlies: checked }
0 commit comments