sveltel fixes
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
export let value;
|
||||
export let inModal;
|
||||
export let modalUrl;
|
||||
export let systemFields;
|
||||
// export let systemFields;
|
||||
|
||||
let filterSplit = key.split("_");
|
||||
let operator = filterSplit[filterSplit.length - 1] ?? "eq";
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
export let modalUrl;
|
||||
export let records;
|
||||
export let systemFields = [];
|
||||
export let visibleFields = [];
|
||||
// export let visibleFields = [];
|
||||
|
||||
let url = new URL(window.location.href);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user