revisions complete

This commit is contained in:
2023-10-15 19:14:07 +03:00
parent 1faac31372
commit 8d3e8373c0
16 changed files with 288 additions and 218 deletions
+1 -1
View File
@@ -221,7 +221,7 @@
{:else if activeContentTab === "_graph"}
<Graph {graph} {record}/>
{:else if activeContentTab === "_info"}
<Info bind:record {users} {schema}/>
<Info {record} {graph} {users} {schema}/>
{/if}
</div>
</div>