Fix date dropdown width (#2486)

fix date dropdown width
This commit is contained in:
bosiraphael
2023-11-13 18:21:16 +01:00
committed by GitHub
parent 230459b23c
commit f476129afa

View File

@ -11,7 +11,7 @@ export const MultipleFiltersDropdownFilterOnFilterChangedEffect = ({
useEffect(() => {
switch (filterDefinitionUsedInDropdownType) {
case 'date':
case 'DATE':
setDropdownWidth(280);
break;
default: