mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 11:16:39 +00:00
ProgressBar.disabled prop is a boolean
Change-type: patch
This commit is contained in:
parent
7616e8dab7
commit
e946f388c0
@ -123,7 +123,7 @@
|
||||
active = "main.state.isFlashing()"
|
||||
percentage="main.state.getFlashState().percentage"
|
||||
label="flash.getProgressButtonLabel()"
|
||||
disabled="main.state.getLastFlashErrorCode() || main.shouldFlashStepBeDisabled()"
|
||||
disabled="!!main.state.getLastFlashErrorCode() || main.shouldFlashStepBeDisabled()"
|
||||
callback="flash.flashImageToDrive" >
|
||||
</progress-button>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user