diff --git a/src/components/NotificationsDrawer/NotificationItem.tsx b/src/components/NotificationsDrawer/NotificationItem.tsx index 9709224c1..dabf6fbd4 100644 --- a/src/components/NotificationsDrawer/NotificationItem.tsx +++ b/src/components/NotificationsDrawer/NotificationItem.tsx @@ -9,7 +9,7 @@ import { PopoverPosition } from '@patternfly/react-core/dist/dynamic/components/ import { Checkbox } from '@patternfly/react-core/dist/dynamic/components/Checkbox'; import { Label } from '@patternfly/react-core/dist/dynamic/components/Label'; import { MenuToggle, MenuToggleElement } from '@patternfly/react-core/dist/dynamic/components/MenuToggle'; -import { Dropdown, DropdownList, DropdownItem } from '@patternfly/react-core/dist/dynamic/components/Dropdown'; +import { Dropdown, DropdownItem, DropdownList } from '@patternfly/react-core/dist/dynamic/components/Dropdown'; import EllipsisVIcon from '@patternfly/react-icons/dist/dynamic/icons/ellipsis-v-icon'; import DateFormat from '@redhat-cloud-services/frontend-components/DateFormat'; import { useDispatch } from 'react-redux';