rez-table-listing-mui 1.3.24 → 1.3.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -931,14 +931,7 @@ const FilterForm = ({
|
|
|
931
931
|
onValueChange={updateFiltersFromForm}
|
|
932
932
|
/>
|
|
933
933
|
);
|
|
934
|
-
}
|
|
935
|
-
|
|
936
|
-
if (showTextInsteadOfDate) {
|
|
937
|
-
console.log(
|
|
938
|
-
"Inside Show text",
|
|
939
|
-
showTextInsteadOfDate
|
|
940
|
-
);
|
|
941
|
-
|
|
934
|
+
} else {
|
|
942
935
|
return (
|
|
943
936
|
<FormTextfield
|
|
944
937
|
filter={filter}
|
|
@@ -948,6 +941,21 @@ const FilterForm = ({
|
|
|
948
941
|
);
|
|
949
942
|
}
|
|
950
943
|
|
|
944
|
+
// if (showTextInsteadOfDate) {
|
|
945
|
+
// console.log(
|
|
946
|
+
// "Inside Show text",
|
|
947
|
+
// showTextInsteadOfDate
|
|
948
|
+
// );
|
|
949
|
+
|
|
950
|
+
// return (
|
|
951
|
+
// <FormTextfield
|
|
952
|
+
// filter={filter}
|
|
953
|
+
// control={control}
|
|
954
|
+
// onValueChange={updateFiltersFromForm}
|
|
955
|
+
// />
|
|
956
|
+
// );
|
|
957
|
+
// }
|
|
958
|
+
|
|
951
959
|
if (
|
|
952
960
|
filter?.filter_attribute_data_type === "select"
|
|
953
961
|
) {
|