lots
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user