mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix(web): Fix label for attribute (#3726)
This commit is contained in:
parent
4cbb18aabc
commit
8568ec838a
4 changed files with 4 additions and 4 deletions
|
|
@ -175,7 +175,7 @@
|
|||
|
||||
<form autocomplete="off" class="flex flex-col" on:submit|preventDefault>
|
||||
<div class="my-2 flex flex-col">
|
||||
<label class="text-xs" for="presets">PRESET</label>
|
||||
<label class="text-xs" for="preset-select">PRESET</label>
|
||||
<select
|
||||
class="mt-2 rounded-lg bg-slate-200 p-2 text-sm hover:cursor-pointer dark:bg-gray-600"
|
||||
name="presets"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue