Skip to content

Commit

Permalink
fix: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Grafikart committed Mar 8, 2024
1 parent 3316c4e commit a5cb73e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 17 deletions.
20 changes: 10 additions & 10 deletions src/stories/suggester/fakeReferentiel.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[
{
"id": "brosse",
"label": "Brosse à cheveux",
"price": 20
},
{
"id": "balle",
"label": "Balle rebondissante",
"price": 10
}
{
"id": "brosse",
"label": "Brosse à cheveux",
"price": 20
},
{
"id": "balle",
"label": "Balle rebondissante",
"price": 10
}
]
17 changes: 10 additions & 7 deletions src/stories/suggester/source-option-responses.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,16 @@
"response": {
"name": "PRODUCT"
},
"optionResponses": [{
"name": "PRODUCT_NAME",
"attribute": "label"
},{
"name": "PRODUCT_PRICE",
"attribute": "price"
}],
"optionResponses": [
{
"name": "PRODUCT_NAME",
"attribute": "label"
},
{
"name": "PRODUCT_PRICE",
"attribute": "price"
}
],
"storeName": "products",
"conditionFilter": {
"type": "VTL",
Expand Down

0 comments on commit a5cb73e

Please sign in to comment.