Skip to content

Commit

Permalink
Improved: code for proper spacing between attributes in tag (hotwax#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
amansinghbais committed Dec 6, 2023
1 parent 68e7e48 commit 374ea52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Picklist-Detail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</ion-buttons>
</ion-toolbar>
</ion-header>
<ion-content id="main-content">
<ion-content id="main-content">
<ion-item class="scanner">
<ion-label>{{ $t("Scan") }}</ion-label>
<ion-input @ionFocus="selectSearchBarText($event)" :placeholder="$t('product barcode')" @keyup.enter="$event.target.value && selectProduct($event.target.value.trim()); $event.target.value = ''"/>
Expand Down

0 comments on commit 374ea52

Please sign in to comment.