Skip to content

Commit d335626

Browse files
author
JasmeetLuthra
committed
listed checkbox fix
1 parent 0c86229 commit d335626

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/EditProduct.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ class EditProduct extends React.Component {
2020
let queryParams = this.state.queryParams;
2121
queryParams.referral = false;
2222
queryParams.campaign = false;
23+
queryParams.listed = JSON.parse(queryParams.listed);
2324
this.setState({
2425
queryParams
2526
})

0 commit comments

Comments
 (0)