#36: Add ability to select Linux distribution type if OS is unsupported
This commit is contained in:
@@ -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));
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user