feat(dashboard): reuse reports filter on overview and add more operators (#31)
This commit is contained in:
@@ -67,6 +67,9 @@ export const operators = {
|
||||
isNot: 'Is not',
|
||||
contains: 'Contains',
|
||||
doesNotContain: 'Not contains',
|
||||
startsWith: 'Starts with',
|
||||
endsWith: 'Ends with',
|
||||
regex: 'Regex',
|
||||
} as const;
|
||||
|
||||
export const chartTypes = {
|
||||
|
||||
Reference in New Issue
Block a user