mirror of
https://github.com/Fabio286/antares.git
synced 2025-06-05 21:59:22 +02:00
feat: context menu to copy queries from console
This commit is contained in:
@ -583,7 +583,7 @@ watch(queryTabs, (newVal, oldVal) => {
|
||||
});
|
||||
|
||||
const addQueryTab = () => {
|
||||
newTab({ uid: props.connection.uid, type: 'query' });
|
||||
newTab({ uid: props.connection.uid, type: 'query', schema: workspace.value.breadcrumbs.schema });
|
||||
};
|
||||
|
||||
const getSelectedTab = () => {
|
||||
|
Reference in New Issue
Block a user