Fix load accounts

pull/1/head
yann300 7 years ago committed by GitHub
parent 45ff8353a5
commit 2f9c64e0b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/app/tabs/run-tab.js

@ -65,7 +65,7 @@ function runTab (appAPI = {}, appEvents = {}, opts = {}) {
function setFinalContext () {
// set the final context. Cause it is possible that this is not the one we've originaly selected
selectExEnv.value = executionContext.getProvider()
fillAccountsList(appAPI, el)
fillAccountsList(appAPI, opts, el)
event.trigger('clearInstance', [])
}

Loading…
Cancel
Save