fix(webapp): undefined transactionNumber function

This commit is contained in:
Ahmed Bouhuolia
2024-01-20 18:03:26 +02:00
parent f03d01113c
commit 8882bc677e
6 changed files with 6 additions and 4 deletions

View File

@@ -1,5 +1,4 @@
// @ts-nocheck
import React from 'react';
import { MoneyInDialogProvider } from './MoneyInDialogProvider';
import MoneyInForm from './MoneyInForm';

View File

@@ -72,7 +72,7 @@ function MoneyInForm({
};
// Handles the form submit.
const handleFormSubmit = (values, { setSubmitting, setErrors }) => {
const handleFormSubmit = (values, { setSubmitting }) => {
const form = {
...omit(values, ['currency_code']),
publish: true,