Update compilerContainer.js

pull/1/head
Liana Husikyan 5 years ago committed by GitHub
parent 132a3a3e6c
commit 2b49814736
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/app/tabs/compileTab/compilerContainer.js

@ -304,7 +304,6 @@ class CompilerContainer {
this._view.versionSelector.appendChild(option) this._view.versionSelector.appendChild(option)
} }
}) })
this._view.versionSelector.removeAttribute('disabled') this._view.versionSelector.removeAttribute('disabled')
this.queryParams.update({ version: this.data.selectedVersion }) this.queryParams.update({ version: this.data.selectedVersion })
let url let url

Loading…
Cancel
Save