refactor fields

This commit is contained in:
2024-03-21 22:33:41 +02:00
parent bb77a37ff7
commit 8526fd471f
68 changed files with 635 additions and 297 deletions
+1 -2
View File
@@ -13,10 +13,9 @@
export let hasDelete = false;
let schema = channel.schemas.find((aschema) => aschema.name === record.schema);
let cardTitle = previewTitle(channel.schemas, record, graph);
let cardTitle = previewTitle(record, graph);
function remove(e) {
e.preventDefault();
dispatch("remove", record.id);
}
</script>