chore: cleanup mssql and sync dependencies

This commit is contained in:
DarkPhoenix2704
2025-06-10 10:33:08 +00:00
parent e331856313
commit e305992431
122 changed files with 83 additions and 5612 deletions

View File

@@ -238,10 +238,6 @@ watch(
clientType.value = ClientType.SQLITE
vState.value = DataSourcesSubTab.New
break
case ClientType.MSSQL:
clientType.value = ClientType.MSSQL
vState.value = DataSourcesSubTab.New
break
case ClientType.SNOWFLAKE:
clientType.value = ClientType.SNOWFLAKE
vState.value = DataSourcesSubTab.New