Skip to content

Commit

Permalink
made product.size not required
Browse files Browse the repository at this point in the history
  • Loading branch information
dilmaheurope committed Nov 15, 2023
1 parent 7e92f54 commit 943a7ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/api/product/content-types/product/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -617,8 +617,7 @@
"type": "relation",
"relation": "manyToOne",
"target": "api::product-size.product-size",
"inversedBy": "products",
"required": true
"inversedBy": "products"
},
"Water_temperature_unit": {
"pluginOptions": {
Expand Down

0 comments on commit 943a7ce

Please sign in to comment.