Skip to content

Commit

Permalink
#565 bug, checkbox updating bw image filter
Browse files Browse the repository at this point in the history
  • Loading branch information
oleojake committed Nov 24, 2024
1 parent 4fd3a08 commit 0eeb096
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export const ImageBlackAndWhite: React.FC<Props> = props => {
<p>{label}</p>
<input
type="checkbox"
checked={imageBlackAndWhite}
onChange={() => onChange(!imageBlackAndWhite)}
className={classes.checkbox}
/>
Expand Down

0 comments on commit 0eeb096

Please sign in to comment.