commands and logs to the database

This commit is contained in:
2024-08-27 17:42:06 +03:00
parent 74d2fcc4fa
commit ae65ca47f6
16 changed files with 210 additions and 72 deletions
@@ -67,7 +67,7 @@
class=" button"
on:click={(e) =>
createInlineReference(e, schema.name)}
>{schema.name}
>{schema.label}
</button>
{/each}
@@ -78,7 +78,7 @@
<button
class="button"
on:click={(e) => openBrowseModal(e, schema.name)}
>{schema.name}
>{schema.label}
</button>
{/each}