test CI build

This commit is contained in:
proddy
2020-09-15 21:29:18 +02:00
parent d1dfb370bf
commit aeb26f886d

View File

@@ -23,7 +23,7 @@ class UploadFirmwareForm extends React.Component<UploadFirmwareFormProps> {
return ( return (
<Fragment> <Fragment>
<Box py={2}> <Box py={2}>
Upload a new firmware file below to replace the existing firmware. Upload a new firmware file (.bin or .bin.gz) below to replace the existing firmware.
</Box> </Box>
<SingleUpload accept=".bin,.gz" onDrop={this.handleDrop} uploading={uploading} progress={progress} onCancel={onCancel} /> <SingleUpload accept=".bin,.gz" onDrop={this.handleDrop} uploading={uploading} progress={progress} onCancel={onCancel} />
</Fragment> </Fragment>