mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-04 09:13:08 +00:00
fixing the input box issue
This commit is contained in:
@@ -1496,7 +1496,7 @@ export function BoardView() {
|
|||||||
? features.filter(
|
? features.filter(
|
||||||
(f) =>
|
(f) =>
|
||||||
f.description.toLowerCase().includes(normalizedQuery) ||
|
f.description.toLowerCase().includes(normalizedQuery) ||
|
||||||
f.category.toLowerCase().includes(normalizedQuery)
|
f.category?.toLowerCase().includes(normalizedQuery)
|
||||||
)
|
)
|
||||||
: features;
|
: features;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user