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