mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-23 23:21:05 +01:00
Fixed defaultChecked warning
This commit is contained in:
parent
58c6e8f9ec
commit
2466a2157a
@ -175,7 +175,7 @@ function LeftPaneImageSteps({
|
||||
<input
|
||||
type="checkbox"
|
||||
className="toggle"
|
||||
checked={batchMode}
|
||||
defaultChecked={batchMode}
|
||||
onClick={handleBatchMode}></input>
|
||||
<p
|
||||
className="mr-1 inline-block cursor-help text-sm"
|
||||
|
Loading…
Reference in New Issue
Block a user