commands and logs to the database
This commit is contained in:
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user