mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 22:30:31 +00:00
chore: remove console log.
This commit is contained in:
@@ -15,7 +15,6 @@ function MoneyInDialog({
|
|||||||
payload = { account_type: null, account_id: null, account_name: '' },
|
payload = { account_type: null, account_id: null, account_name: '' },
|
||||||
isOpen,
|
isOpen,
|
||||||
}) {
|
}) {
|
||||||
console.log(payload, 'EE');
|
|
||||||
return (
|
return (
|
||||||
<Dialog
|
<Dialog
|
||||||
name={dialogName}
|
name={dialogName}
|
||||||
|
|||||||
@@ -20,8 +20,6 @@ function UserForm({
|
|||||||
// #withDialogActions
|
// #withDialogActions
|
||||||
closeDialog,
|
closeDialog,
|
||||||
}) {
|
}) {
|
||||||
|
|
||||||
|
|
||||||
const {
|
const {
|
||||||
dialogName,
|
dialogName,
|
||||||
user,
|
user,
|
||||||
@@ -29,7 +27,7 @@ function UserForm({
|
|||||||
isEditMode,
|
isEditMode,
|
||||||
EditUserMutate,
|
EditUserMutate,
|
||||||
} = useUserFormContext();
|
} = useUserFormContext();
|
||||||
console.log(user, 'EE');
|
|
||||||
const initialValues = {
|
const initialValues = {
|
||||||
...(isEditMode &&
|
...(isEditMode &&
|
||||||
pick(
|
pick(
|
||||||
|
|||||||
Reference in New Issue
Block a user