Web: ManualBackup: The button is disabled if the folder of a third-party account is not selected.

This commit is contained in:
Tatiana Lopaeva 2022-07-18 12:52:16 +03:00
parent 43d8788558
commit dd57b55be0

View File

@ -170,7 +170,7 @@ class ThirdPartyModule extends React.Component {
label={t("Common:Duplicate")}
onClick={this.onMakeCopy}
primary
isDisabled={isModuleDisabled}
isDisabled={isModuleDisabled || selectedFolder?.trim() === ""}
size={buttonSize}
/>
{!isMaxProgress && (