diff --git a/src/qqq/components/widgets/components/WidgetDropdownMenu.tsx b/src/qqq/components/widgets/components/WidgetDropdownMenu.tsx index d64e3e9..6522065 100644 --- a/src/qqq/components/widgets/components/WidgetDropdownMenu.tsx +++ b/src/qqq/components/widgets/components/WidgetDropdownMenu.tsx @@ -19,6 +19,7 @@ * along with this program. If not, see . */ +import {CalendarTodayOutlined} from "@mui/icons-material"; import {Collapse, InputAdornment, Theme} from "@mui/material"; import Autocomplete from "@mui/material/Autocomplete"; import Box from "@mui/material/Box"; @@ -313,14 +314,19 @@ function WidgetDropdownMenu({name, type, defaultValue, label, startIcon, width, border: `1px solid ${colors.grayLines.main}`, "& *": {cursor: "pointer"} }} display="flex" alignItems="center" onClick={(event) => doForceOpen(event)}> - {allowBackAndForth && navigateBackAndForth(event, backAndForthInverted ? 1 : -1, type)} disabled={backDisabled}>navigate_before} + {allowBackAndForth && navigateBackAndForth(event, backAndForthInverted ? 1 : -1, type)} disabled={backDisabled}>navigate_before}