index remove graph

This commit is contained in:
2024-03-24 13:46:34 +02:00
parent d824e52dce
commit e74e1e7956
17 changed files with 107 additions and 155 deletions
+3 -7
View File
@@ -29,17 +29,13 @@
file: File,
};
export let field;
export let schema;
export let record;
export let graph;
export let queryRecord;
</script>
<svelte:component
this={renderElements[field.info.name]}
value={record.data[field.name]}
{record}
{graph}
{schema}
value={queryRecord.record.data[field.name]}
{queryRecord}
{field}
/>