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.
1 parent 2ecfb6f commit ee289f0Copy full SHA for ee289f0
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