1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-11-24 07:30:19 +01:00

Fixed defaultChecked warning

This commit is contained in:
Feenix 2023-04-15 10:30:19 +05:30
parent 58c6e8f9ec
commit 2466a2157a

View File

@ -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"