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 6147bc5 + ee289f0 commit 881f139Copy full SHA for 881f139
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