We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 70aadf3 + 881f139 commit e3c14aeCopy full SHA for e3c14ae
controllers/products.js
@@ -60,6 +60,7 @@ const handleEditProduct = (queryParams) => {
60
delete queryParams.product_category_id;
61
delete queryParams.product_category;
62
delete queryParams.owner_client_id;
63
+ delete queryParams.users;
64
65
Object.keys(queryParams).forEach((key) => {
66
if (queryParams[key] == null) {
0 commit comments