Skip to content

Commit 3defa91

Browse files
Merge pull request #261 from balena-io-modules/download-image-modal-fix-secure-boo-download
DownloadImageDialog: Fix the Secure Boot switch not being used in the image download
2 parents 25fcc1a + 0571c21 commit 3defa91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/DownloadImageDialog/ImageForm.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -551,6 +551,7 @@ export const ImageForm = memo(function ImageForm({
551551
<FormControlLabel
552552
control={
553553
<Switch
554+
name="secureboot"
554555
onClick={(event) => {
555556
if (
556557
!model.secureboot &&

0 commit comments

Comments
 (0)