query rewrite

This commit is contained in:
2024-03-30 13:42:38 +02:00
parent b4521e92b8
commit 0e19c38f23
91 changed files with 1051 additions and 852 deletions
+2 -3
View File
@@ -18,7 +18,6 @@
export let modalUrl;
export let isWritable;
export let records;
export let graph;
export let systemFields = [];
// export let visibleFields = [];
@@ -37,7 +36,7 @@
if (inModal) {
dispatch("refresh", url);
} else {
window.location = url;
window.location.href = url;
}
}
@@ -152,7 +151,7 @@
value={v}
{inModal}
{modalUrl}
{graph}
{records}
on:refresh
/>
{/each}