feat: add tag to filter options in upgrades

This commit is contained in:
Sam Chau
2026-01-22 09:56:15 +10:30
parent d41971dfc1
commit 46c4c4e4ff
4 changed files with 33 additions and 6 deletions

View File

@@ -233,6 +233,13 @@ export const filterFields: FilterField[] = [
operators: textOperators,
valueType: 'text'
},
{
id: 'tags',
label: 'Tags',
description: 'Tags applied to the item',
operators: textOperators,
valueType: 'text'
},
// Number fields
{