spelling: another

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2023-06-19 01:36:37 -04:00
parent d5799bf720
commit d910985b37
3 changed files with 3 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ export default function CreditNoteFloatingActions() {
submitForm();
};
// Handle submit, open and anothe new button click.
// Handle submit, open and another new button click.
const handleSubmitOpenAndNewBtnClick = (event) => {
setSubmitPayload({ redirect: false, open: true, resetForm: true });
submitForm();