mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-03-01 12:44:17 +00:00
fix build
This commit is contained in:
parent
e215b05f8b
commit
81667dd4ff
@ -79,7 +79,7 @@ export const SearchControl = () => {
|
||||
items.filter((item) => {
|
||||
return (
|
||||
value.length > 2 &&
|
||||
((item.layer?.listed && item.name.toLowerCase().includes(value.toLowerCase())) ||
|
||||
((item.layer?.listed && item.name?.toLowerCase().includes(value.toLowerCase())) ||
|
||||
item.text?.toLowerCase().includes(value.toLowerCase()))
|
||||
)
|
||||
}),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user