New: Title filter for Series Index

This commit is contained in:
Bogdan 2024-07-30 02:25:01 +03:00 committed by Mark McDowall
parent 9127a91dfc
commit c9b5a1258a
1 changed files with 5 additions and 0 deletions

View File

@ -251,6 +251,11 @@ export const filterBuilderProps = [
type: filterBuilderTypes.EXACT,
valueType: filterBuilderValueTypes.SERIES_TYPES
},
{
name: 'title',
label: () => translate('Title'),
type: filterBuilderTypes.STRING
},
{
name: 'network',
label: () => translate('Network'),