Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
manishjha-04 committed Aug 8, 2024
1 parent 03c60c8 commit 4464d70
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/src/components/batchOrderEntry/SampleBatchEntry.js
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,9 @@ const SampleBatchEntry = (props) => {
)}
<Grid>
<Button
onClick={() => window.location.href("/SampleBatchEntrySetup")}
onClick={() =>
(window.location.href = "/SampleBatchEntrySetup")
}
>
<FormattedMessage id="label.button.finish" />
</Button>
Expand Down

0 comments on commit 4464d70

Please sign in to comment.