#36: Add ability to select Linux distribution type if OS is unsupported

This commit is contained in:
2019-08-28 21:20:30 -05:00
parent 0105602a44
commit 083b2192d7
5 changed files with 44 additions and 5 deletions

View File

@@ -55,6 +55,9 @@ export const downloadItem = (name, type, urls, isWinFSP, testVersion, appPlatfor
break;
}
} else {
if (type === Constants.INSTALL_TYPES.TestRelease) {
this.props.setAllowDownload(false);
}
dispatch(notifyError(result.Error));
}
};