sveltel fixes

This commit is contained in:
2023-10-06 18:47:50 +03:00
parent 9bbe5ee9b4
commit 0eaf410090
28 changed files with 361 additions and 218 deletions
+1 -2
View File
@@ -7,13 +7,12 @@
import {getContext} from "svelte";
const channel = getContext("channel");
export let title;
export let schema;
export let users;
export let records;
export let graph;
export let visibleFields;
// export let visibleFields;
export let systemFields;
export let sort;
export let operators;