mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
chore(web): show corresponding ffmpeg argument (#1217)
This commit is contained in:
parent
16b763e086
commit
93274a6d7b
5 changed files with 15 additions and 15 deletions
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
<div class="w-full">
|
||||
<div class={`flex place-items-center gap-1 h-[26px]`}>
|
||||
<label class={`immich-form-label text-xs`} for={label}>{label.toUpperCase()} </label>
|
||||
<label class={`immich-form-label text-xs`} for={label}>{label}</label>
|
||||
{#if required}
|
||||
<div class="text-red-400">*</div>
|
||||
{/if}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue