mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-21 07:10:33 +00:00
fix: project task form.
This commit is contained in:
@@ -31,9 +31,6 @@ function ProjectTaskFormProvider({
|
|||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|
||||||
console.log(taskId, 'XX');
|
|
||||||
console.log(projectTask, 'XX');
|
|
||||||
|
|
||||||
const isNewMode = !taskId;
|
const isNewMode = !taskId;
|
||||||
// State provider.
|
// State provider.
|
||||||
const provider = {
|
const provider = {
|
||||||
|
|||||||
@@ -19,8 +19,6 @@ function ProjectTimeEntryFormFloatingActions({
|
|||||||
|
|
||||||
// Formik context.
|
// Formik context.
|
||||||
const { isSubmitting, values, errors } = useFormikContext();
|
const { isSubmitting, values, errors } = useFormikContext();
|
||||||
console.log(values, 'XX');
|
|
||||||
console.log(errors, 'XX');
|
|
||||||
|
|
||||||
// Handle close button click.
|
// Handle close button click.
|
||||||
const handleCancelBtnClick = () => {
|
const handleCancelBtnClick = () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user