Skip to content

Commit 4cd38de

Browse files
committed
hsv reset fix
1 parent f010cd8 commit 4cd38de

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Container/ImageOps.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ export default class ImageOpsContainer extends React.Component {
218218
<Typography variant="body2" color="textSecondary" component="p">
219219
Input image
220220
</Typography>
221-
<Image publicId="leena" cloudName="rakesh111" >
221+
<Image sign_url={true} publicId="leena" cloudName="rakesh111" >
222222
</Image>
223223
</CardContent>
224224
</Card>
@@ -299,7 +299,7 @@ export default class ImageOpsContainer extends React.Component {
299299
)
300300
})}
301301

302-
<Button variant="contained" align="left" onClick={() => this.resetFilters(["hue", "saturation"])} color="primary">
302+
<Button variant="contained" align="left" onClick={() => this.resetFilters(["hue", "saturation", "brightness"])} color="primary">
303303
Reset
304304
</Button>
305305

0 commit comments

Comments
 (0)