export const getRightDrawerActionMenuDropdownIdFromActionMenuId = ( actionMenuId: string, ) => { return `right-drawer-action-menu-dropdown-${actionMenuId}`; };