diff --git a/src/components/Dashboard/common/FilterInput.jsx b/src/components/Dashboard/common/FilterInput.jsx index 7aee482d..212770fa 100644 --- a/src/components/Dashboard/common/FilterInput.jsx +++ b/src/components/Dashboard/common/FilterInput.jsx @@ -935,6 +935,7 @@ const FilterInput = ({ { - setExpression('') - setDraft([]) - clearFilters() - confirm() - } - return (
@@ -155,14 +147,14 @@ const ColumnFilterDropdown = ({ value={expression} onChange={handleExpressionChange} onPressEnter={applyFilter} - style={{ width: 200 }} + style={{ width: 260 }} /> - + - ))} + ) @@ -376,7 +435,7 @@ const QuickPropertyFilters = ({ {activeOption.needsRange ? `Enter a range to continue:` - : `Enter a value to continue:`} + : `Enter a ${categoryLabel.toLowerCase()} value to continue:`} {activeOption.needsRange ? ( @@ -435,6 +494,7 @@ const QuickPropertyFilters = ({ QuickPropertyFilters.propTypes = { modelType: PropTypes.string, propertyName: PropTypes.string, + value: PropTypes.array, onChange: PropTypes.func, onModalOpenChange: PropTypes.func, useCard: PropTypes.bool