Skip to content

Commit

Permalink
Filter on brand not working.
Browse files Browse the repository at this point in the history
  • Loading branch information
edwh committed Aug 23, 2023
1 parent fc7b767 commit 32003f0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions resources/js/components/FixometerPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@
:barrier-list="barrierList"
:itemTypes="itemTypes"
:category="category_unpowered"
:brand="brand"
:model="model"
:item_type="item_type"
:comments="comments"
:wiki="wiki"
Expand All @@ -122,6 +124,8 @@
:barrier-list="barrierList"
:itemTypes="itemTypes"
:category="category_powered"
:brand="brand"
:model="model"
:item_type="item_type"
:comments="comments"
:wiki="wiki"
Expand All @@ -146,6 +150,8 @@
:barrier-list="barrierList"
:itemTypes="itemTypes"
:category="category_unpowered"
:brand="brand"
:model="model"
:item_type="item_type"
:comments="comments"
:wiki="wiki"
Expand Down

0 comments on commit 32003f0

Please sign in to comment.