mirror of
https://github.com/n8n-io/n8n.git
synced 2026-06-01 01:07:04 +02:00
Update tagUtils.ts
This commit is contained in:
parent
aa02f16501
commit
c082eee522
|
|
@ -1,4 +1,4 @@
|
|||
import { ITag } from '@/Interface';
|
||||
import type { ITag } from '@/Interface';
|
||||
|
||||
export function tagMatchesSearch(tag: ITag, search: string): boolean {
|
||||
return tag.name.toLowerCase().trim().includes(search.toLowerCase().trim());
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user