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:
@ -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 = () => {
|
||||
|
Reference in New Issue
Block a user