query rewrite
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user