refactor fields
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
export let graph;
|
||||
$: schema = channel.schemas.find((aschema) => aschema.name === record.schema);
|
||||
|
||||
$: title = previewTitle(channel.schemas, record, graph);
|
||||
$: title = previewTitle( record, graph);
|
||||
</script>
|
||||
|
||||
{#if record?.data}
|
||||
|
||||
Reference in New Issue
Block a user