mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
chore: review comments
This commit is contained in:
@@ -78,7 +78,7 @@
|
||||
</Drop>
|
||||
{/if}
|
||||
</Label>
|
||||
<div class="input-text-wrapper" style="--amount-of-buttons:1">
|
||||
<div class="input-text-wrapper">
|
||||
<input
|
||||
{id}
|
||||
{placeholder}
|
||||
|
||||
@@ -146,6 +146,14 @@
|
||||
<NullCheckbox checked={value === null} on:change={handleNullChange} />
|
||||
</li>
|
||||
{/if}
|
||||
<li class="buttons-list-item">
|
||||
<button
|
||||
class="options-list-button u-margin-inline-start-8"
|
||||
aria-label="regenerate text"
|
||||
type="button">
|
||||
<span class="icon-refresh" aria-hidden="true"></span>
|
||||
</button>
|
||||
</li>
|
||||
</ul>
|
||||
{/if}
|
||||
<slot />
|
||||
|
||||
Reference in New Issue
Block a user