Skip to content

Commit

Permalink
Fixed: issue where re-clicking 'Draft' blocked access to 'Draft Bulk'…
Browse files Browse the repository at this point in the history
… via the FAB button(#446)
  • Loading branch information
R-Sourabh committed Nov 14, 2024
1 parent 749bc2a commit a16b04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Draft.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<ion-fab-button @click="createCycleCount">
<ion-icon :icon="documentOutline" />
</ion-fab-button>
<ion-fab-button @click="router.push('/bulkUpload')">
<ion-fab-button @click="router.replace('/bulkUpload')">
<ion-icon :icon="documentsOutline" />
</ion-fab-button>
</ion-fab-list>
Expand Down

0 comments on commit a16b04c

Please sign in to comment.