Skip to content

Commit

Permalink
fix tags
Browse files Browse the repository at this point in the history
  • Loading branch information
dt2patel committed Feb 17, 2024
1 parent cd87537 commit 7a2947d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/views/BrokeringQuery.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@
</ion-item>
</ion-reorder-group>
</ion-item-group>
</div>
<div id="inventory-sequence" class="menu">
</section>
<section id="inventory-sequence" class="menu">
<ion-list>
<ion-reorder-group @ionItemReorder="doReorder($event)" :disabled="false">
<ion-item lines="full" v-for="rule in inventoryRules" :key="rule.routingRuleId && inventoryRules.length" :color="rule.routingRuleId === selectedRoutingRule?.routingRuleId ? 'light' : ''" @click="fetchRuleInformation(rule.routingRuleId)" button>
Expand All @@ -96,7 +96,7 @@
{{ translate("Add inventory rule") }}
<ion-icon :icon="addCircleOutline"/>
</ion-button>
</div>
</section>
<div v-if="selectedRoutingRule?.routingRuleId">
<ion-card class="rule-info">
<ion-item lines="none">
Expand Down

0 comments on commit 7a2947d

Please sign in to comment.