1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

Merge branch 'master' of https://github.com/antares-sql/antares into ts-renderer

This commit is contained in:
2022-06-13 09:29:05 +02:00
27 changed files with 354 additions and 116 deletions

View File

@ -516,9 +516,9 @@ const continueTest = async (credentials: { user: string; password: string }) =>
isTesting.value = false;
};
const saveConnection = () => {
const saveConnection = async () => {
await addConnection(connection.value);
selectWorkspace(connection.value.uid);
return addConnection(connection.value);
};
const closeAsking = () => {