diff --git a/src/components/dropdown-menu/dropdown-menu.tsx b/src/components/dropdown-menu/dropdown-menu.tsx index 7bdaff994..1fe9b0dca 100644 --- a/src/components/dropdown-menu/dropdown-menu.tsx +++ b/src/components/dropdown-menu/dropdown-menu.tsx @@ -159,6 +159,7 @@ const DropdownMenu = (props: IDropdownMenu) => { if (typeof action === 'function') { action(event); } else if (to) { + dispatch(closeModal('MEDIA')); history.push(to); } };