Unverified Commit 3a9d68a4 authored by bunsenstraat's avatar bunsenstraat Committed by GitHub

Merge pull request #1417 from ethereum/fix-compiler

Reset to default compiler after unchecking nightly builds
parents c6603bb3 ac53c473
......@@ -449,6 +449,7 @@ export const CompilerContainer = (props: CompilerContainerProps) => {
const handleNightliesChange = (e) => {
const checked = e.target.checked
if (!checked) handleLoadVersion(state.defaultVersion)
config.set('includeNightlies', checked)
setState(prevState => {
return { ...prevState, includeNightlies: checked }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment