mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix(web): fix search 400 error when only entering m: (#2261)
Co-authored-by: faupau03 <paul.paffe@gmx.net>
This commit is contained in:
parent
5b241f0b64
commit
ae3ea9e531
1 changed files with 1 additions and 0 deletions
|
|
@ -71,6 +71,7 @@
|
||||||
: 'rounded-3xl bg-gray-200 border border-transparent'}"
|
: 'rounded-3xl bg-gray-200 border border-transparent'}"
|
||||||
placeholder="Search your photos"
|
placeholder="Search your photos"
|
||||||
required
|
required
|
||||||
|
pattern="^(?!m:$).*$"
|
||||||
bind:value
|
bind:value
|
||||||
/>
|
/>
|
||||||
</label>
|
</label>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue