Skip to content

Commit

Permalink
Fix ElectronicPharmacyStockRecords' Wizard
Browse files Browse the repository at this point in the history
  • Loading branch information
lmatayoshi committed Apr 2, 2020
1 parent 6383fed commit 1cd2bdf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ class ElectronicPharmacyStockRecordImportWizard extends Component<
history.push(`/electronic_pharmacy_stock_records`)
)
);
return;
}
this.setState({ currentStep: currentStep + 1 });
};
Expand Down

0 comments on commit 1cd2bdf

Please sign in to comment.