Skip to content

Commit

Permalink
FIO-8360 add semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
lane-formio authored May 17, 2024
1 parent b7f0538 commit 02ffada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/form/Form.unit.js
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,6 @@ describe('SaveDraft functionality for Nested Form', () => {
}, 500);
}, 300);
}, 200);
}).catch((err) => done(err))
}).catch((err) => done(err));
});
});

0 comments on commit 02ffada

Please sign in to comment.