This commit is contained in:
2024-03-26 12:56:14 +02:00
parent 2e95fca8ad
commit b4521e92b8
5 changed files with 231 additions and 8 deletions
+2 -3
View File
@@ -52,9 +52,8 @@
window.location = channel.lucentUrl;
return;
}
graph = [...response.data.graph];
form.setOriginalData();
graph = response.data.graph;
}
resolve(null);
@@ -87,7 +86,7 @@
bind:this={form}
data={record.data}
status={record.status}
{graph}
bind:graph
{schema}
{record}
{isCreateMode}