mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 00:46:01 +00:00
connection workflow
This commit is contained in:
@@ -24,7 +24,6 @@
|
||||
import { changeTab } from '../utility/common';
|
||||
import getConnectionLabel from '../utility/getConnectionLabel';
|
||||
import { onMount } from 'svelte';
|
||||
import { closeTabWithNoHistory } from '../utility/openNewTab';
|
||||
import { openConnection } from '../appobj/ConnectionAppObject.svelte';
|
||||
|
||||
export let connection;
|
||||
@@ -133,7 +132,6 @@
|
||||
unsaved: true,
|
||||
};
|
||||
const saved = await apiCall('connections/save', connection);
|
||||
closeTabWithNoHistory(tabid);
|
||||
openConnection(saved);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user