Skip to content

Commit

Permalink
Improved: Replaced the filter disable check with facet order count (#673
Browse files Browse the repository at this point in the history
)
  • Loading branch information
R-Sourabh committed Nov 21, 2024
1 parent 7cf81eb commit 68bf22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/TransferOrders.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<ion-title v-if="!transferOrders.total">{{ transferOrders.total }} {{ translate('orders') }}</ion-title>
<ion-title v-else>{{ transferOrders.list.length }} {{ translate('of') }} {{ transferOrders.total }} {{ translate('orders') }}</ion-title>
<ion-buttons slot="end">
<ion-menu-button menu="transfer-order-filters" :disabled="!transferOrders.total">
<ion-menu-button menu="transfer-order-filters" :disabled="!transferOrderCount">
<ion-icon :icon="optionsOutline" />
</ion-menu-button>
</ion-buttons>
Expand Down

0 comments on commit 68bf22d

Please sign in to comment.