changed query workflow

This commit is contained in:
SPRINX0\prochazka
2025-11-05 13:32:04 +01:00
parent 5488ff06e0
commit 91546228fa
4 changed files with 23 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
<script>
<script lang='ts'>
import _ from 'lodash';
import FormStyledButton from '../buttons/FormStyledButton.svelte';
import newQuery from '../query/newQuery';
@@ -6,6 +6,7 @@
import ModalBase from './ModalBase.svelte';
import { closeCurrentModal } from './modalTools';
import { _t } from '../translations';
export let sql;
export let onConfirm;