mirror of
https://github.com/immich-app/immich.git
synced 2025-06-08 21:38:40 +02:00
pr feedback
This commit is contained in:
parent
003194994d
commit
4f5d4078ea
1 changed files with 2 additions and 1 deletions
|
@ -196,7 +196,8 @@
|
|||
<label class="immich-form-label" for="name">{$t('name')}</label>
|
||||
<input class="immich-form-input" id="name" name="name" type="text" bind:value={apiKey.name} />
|
||||
</div>
|
||||
<div class="flex items-center gap-2 m-4">
|
||||
<label class="immich-form-label" for="permission">{$t('permission')}</label>
|
||||
<div class="flex items-center gap-2 m-4" id="permission">
|
||||
<Checkbox
|
||||
id="select-all-permissions"
|
||||
size="tiny"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue