From c9090361e543096de8a76584fabbab732d7a0b3e Mon Sep 17 00:00:00 2001 From: yann300 Date: Fri, 13 Apr 2018 17:58:44 +0200 Subject: [PATCH] Fix load accounts --- src/app/tabs/run-tab.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/tabs/run-tab.js b/src/app/tabs/run-tab.js index 6efe21e5aa..d97155f89f 100644 --- a/src/app/tabs/run-tab.js +++ b/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', []) }