in src/components/view/Filter/Filter.tsx [110:120]
operators: getOperators(type),
fieldType: type,
values,
selectedItem,
filterValues: nextProps.filterValues,
dateValue: nextProps.filterValues?.[0] ? new Date(nextProps.filterValues[0]) : null
};
}
onChangeOperator = (value: SelectableValue<string>) => {
if (!this.state.operators.some((operator) => operator.value === value.value)) {