This commit is contained in:
Manav Rathi
2024-06-25 19:49:24 +05:30
parent df50a3b759
commit 083eb2fc7a

View File

@@ -181,7 +181,6 @@ const DefaultOptions: React.FC<OptionsProps> = ({
endIcon={<ChevronRight />}
label={t("UPLOAD_DIRS")}
/>
{intent !== "collect" && (
<EnteMenuItem
onClick={() => onSelect("zips")}
@@ -203,6 +202,7 @@ const TakeoutOptions: React.FC<Omit<OptionsProps, "intent">> = ({
onSelect,
onClose,
}) => {
// TODO(MR): Move these to localized strings when finalized.
return (
<>
<DialogTitleWithCloseButtonSm onClose={onClose}>