const InstallDropdown = ({
  isDisabled, installViaRex,
  bulkCustomizedRexUrl,
}) => {
  const [isActionOpen, setIsActionOpen] = useState(false);