1
1
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:
2022-07-18 10:38:07 +02:00
parent 44647f5b55
commit c21bd6075c
2 changed files with 26 additions and 1 deletions

View File

@ -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 = () => {