Commit 8ecf9439 authored by yann300's avatar yann300

update account list

parent 04b04e31
...@@ -86,7 +86,7 @@ function runTab (container, appAPI, appEvents) { ...@@ -86,7 +86,7 @@ function runTab (container, appAPI, appEvents) {
}) })
selectExEnv.value = executionContext.getProvider() selectExEnv.value = executionContext.getProvider()
executionContext.event.register('contextChanged', (context, silent) => { executionContext.event.register('contextChanged', (context, silent) => {
selectExEnv.value = executionContext.getProvider() setFinalContext()
}) })
fillAccountsList(appAPI, el) fillAccountsList(appAPI, el)
setInterval(() => { setInterval(() => {
......
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