This commit is contained in:
2023-10-04 13:32:30 +03:00
parent 215d238505
commit 1ca5f4e521
82 changed files with 519 additions and 1889 deletions
+2 -2
View File
@@ -11,7 +11,7 @@
export let users;
export let graph;
export let record;
let schema = channel.schemas.find((s) => s.name === record._sys.schema);
let schema = channel.schemas.find((s) => s.name === record.schema);
let frieldlyUpdatedAt = formatDistanceToNow(
parseJSON(record._sys.updatedAt),
{addSuffix: true}
@@ -38,7 +38,7 @@
</td>
<td class="text-center">
<Status status={record._sys.status}/>
<Status status={record.status}/>
</td>
<td>
<div class="d-flex">