mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: more Torsten's review
This commit is contained in:
+1
-3
@@ -43,9 +43,7 @@
|
||||
<span class="text">Add item</span>
|
||||
</Button>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
{#if formValues[attribute.key].length !== 0}
|
||||
{:else}
|
||||
<ul class="u-grid u-gap-8">
|
||||
{#each [...formValues[attribute.key].keys()] as index}
|
||||
<li class="form-item is-multiple">
|
||||
|
||||
+4
-4
@@ -86,19 +86,19 @@
|
||||
<TableRow>
|
||||
<TableCell title="relation">
|
||||
<span class="u-flex u-cross-center u-gap-8">
|
||||
{#if attr?.twoWay}
|
||||
{#if attr.twoWay}
|
||||
<span class="icon-switch-horizontal" />
|
||||
{:else}
|
||||
<span class="icon-arrow-sm-right" />
|
||||
{/if}
|
||||
<span data-private>{attr?.key}</span>
|
||||
<span data-private>{attr.key}</span>
|
||||
</span>
|
||||
</TableCell>
|
||||
<TableCellText title="Settings">
|
||||
{attr?.onDelete}
|
||||
{attr.onDelete}
|
||||
</TableCellText>
|
||||
<TableCellText title="description">
|
||||
{Deletion[attr?.onDelete]}
|
||||
{Deletion[attr.onDelete]}
|
||||
</TableCellText>
|
||||
</TableRow>
|
||||
{/each}
|
||||
|
||||
Reference in New Issue
Block a user