diff --git a/src/App.vue b/src/App.vue index f0708d95..df1b8551 100644 --- a/src/App.vue +++ b/src/App.vue @@ -102,6 +102,7 @@ export default { 'companyName' ); await this.setSearcher(); + await updateConfigFiles(fyo); }, async setSearcher() { this.searcher = new Search(fyo); @@ -133,7 +134,6 @@ export default { } await initializeInstance(filePath, false, countryCode, fyo); - await updateConfigFiles(fyo); await this.setDesk(filePath); }, async setDeskRoute() {