Skip to content

Commit

Permalink
fix: stepper
Browse files Browse the repository at this point in the history
  • Loading branch information
olehchepak committed Apr 15, 2021
1 parent 6e3b1e9 commit 7793e14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/components/App/AppStepper.vue
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ export default {
* Goes to the first step and clears upload details after confirmation
*/
async onUploadFileStepClick() {
if (this.value === 1) return;
const confirmed = await this.openConfirmDialog();
if (confirmed) {
this.$store.commit('setUploadDetails', null);
Expand Down

0 comments on commit 7793e14

Please sign in to comment.