mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
fix(webapp): remove duplicated form submitting
This commit is contained in:
@@ -32,7 +32,6 @@ export default function VendorFloatingActions({ onCancel }) {
|
||||
// Handle the submit button.
|
||||
const handleSubmitBtnClick = (event) => {
|
||||
setSubmitPayload({ noRedirect: false });
|
||||
submitForm();
|
||||
};
|
||||
|
||||
// Handle the submit & new button click.
|
||||
|
||||
Reference in New Issue
Block a user