mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-01-30 22:30:55 +01:00
feat: add tag to filter options in upgrades
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user