diff --git a/www/src/components/Table/Filters/index.tsx b/www/src/components/Table/Filters/index.tsx index 3beb2945..f5db173c 100644 --- a/www/src/components/Table/Filters/index.tsx +++ b/www/src/components/Table/Filters/index.tsx @@ -297,6 +297,10 @@ const Filters = () => { freeText={true} /> ); + + case FieldType.date: + case FieldType.dateTime: + return <>//TODO:Date Time picker; default: return <>Not available; // return ; @@ -442,7 +446,7 @@ const Filters = () => { Select Condition {operators.map((operator) => ( - {operator.label} + {operator.label} ))}