### Please confirm if bug report does NOT exists already ? - [X] I confirm there is no existing issue for this ### Steps to reproduce ? 1. Setup secondary catabase connection  2. Deactivate base connection  3. Import a Table from csv, excel, json with the Drag / Load Dialog   ### Desired Behavior The Table will be created in the enabled Database not the hidden once. ### Project Details ``` Docker used: false NocoDB Version: develop NC_DB: NC_DB="mysql2://<ip>:3306?u=<user>&p=<password>&d=nocodb" ``` ### Attachments Possible Fix: 1. File: https://github.com/nocodb/nocodb/blob/develop/packages/nc-gui/composables/useProject.ts Change:  2. File: https://github.com/nocodb/nocodb/blob/develop/packages/nc-gui/pages/[projectType]/[projectId]/index/index/index.vue Change:  > :info: **Hurray!**: For me it will fix also this issue (that was still an issue): https://github.com/nocodb/nocodb/pull/4633