mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-21 07:10:33 +00:00
spelling: another
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -36,7 +36,7 @@ export default function BillFloatingActions() {
|
|||||||
submitForm();
|
submitForm();
|
||||||
};
|
};
|
||||||
|
|
||||||
// Handle submit, open and anothe new button click.
|
// Handle submit, open and another new button click.
|
||||||
const handleSubmitOpenAndNewBtnClick = (event) => {
|
const handleSubmitOpenAndNewBtnClick = (event) => {
|
||||||
setSubmitPayload({ redirect: false, status: true, resetForm: true });
|
setSubmitPayload({ redirect: false, status: true, resetForm: true });
|
||||||
submitForm();
|
submitForm();
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ export default function VendorCreditNoteFloatingActions() {
|
|||||||
submitForm();
|
submitForm();
|
||||||
};
|
};
|
||||||
|
|
||||||
// Handle submit, open and anothe new button click.
|
// Handle submit, open and another new button click.
|
||||||
const handleSubmitOpenAndNewBtnClick = (event) => {
|
const handleSubmitOpenAndNewBtnClick = (event) => {
|
||||||
setSubmitPayload({ redirect: false, open: true, resetForm: true });
|
setSubmitPayload({ redirect: false, open: true, resetForm: true });
|
||||||
submitForm();
|
submitForm();
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ export default function CreditNoteFloatingActions() {
|
|||||||
submitForm();
|
submitForm();
|
||||||
};
|
};
|
||||||
|
|
||||||
// Handle submit, open and anothe new button click.
|
// Handle submit, open and another new button click.
|
||||||
const handleSubmitOpenAndNewBtnClick = (event) => {
|
const handleSubmitOpenAndNewBtnClick = (event) => {
|
||||||
setSubmitPayload({ redirect: false, open: true, resetForm: true });
|
setSubmitPayload({ redirect: false, open: true, resetForm: true });
|
||||||
submitForm();
|
submitForm();
|
||||||
|
|||||||
Reference in New Issue
Block a user