load accound after context changed callback

pull/1/head
yann300 7 years ago
parent 4cd6a9b7eb
commit 4d2f4cec21
  1. 2
      src/app/tabs/run-tab.js

@ -202,9 +202,9 @@ function runTab (container, appAPI, appEvents, opts) {
executionContext.executionContextChange(selectExEnv.options[selectExEnv.selectedIndex].value, null, () => { executionContext.executionContextChange(selectExEnv.options[selectExEnv.selectedIndex].value, null, () => {
// set the final context. Cause it is possible that this is not the one we've originaly selected // set the final context. Cause it is possible that this is not the one we've originaly selected
selectExEnv.value = executionContext.getProvider() selectExEnv.value = executionContext.getProvider()
fillAccountsList(appAPI, el)
}) })
fillAccountsList(appAPI, el)
instanceContainer.innerHTML = '' // clear the instances list instanceContainer.innerHTML = '' // clear the instances list
noInstancesText.style.display = 'block' noInstancesText.style.display = 'block'
instanceContainer.appendChild(noInstancesText) instanceContainer.appendChild(noInstancesText)

Loading…
Cancel
Save