Skip to content

Commit

Permalink
skip check for continue form
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed Dec 15, 2023
1 parent 7274a08 commit c846a61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Components/Patient/DailyRounds.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -644,6 +644,7 @@ export const DailyRounds = (props: any) => {
<Cancel onClick={() => goBack()} />
<Submit
disabled={
buttonText === "Save" &&
state.form.clone_last !== null &&
!state.form.clone_last &&
formFields.every(
Expand Down

0 comments on commit c846a61

Please sign in to comment.