mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 12:20: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: '' },
|
||||
isOpen,
|
||||
}) {
|
||||
console.log(payload, 'EE');
|
||||
return (
|
||||
<Dialog
|
||||
name={dialogName}
|
||||
|
||||
@@ -20,8 +20,6 @@ function UserForm({
|
||||
// #withDialogActions
|
||||
closeDialog,
|
||||
}) {
|
||||
|
||||
|
||||
const {
|
||||
dialogName,
|
||||
user,
|
||||
@@ -29,7 +27,7 @@ function UserForm({
|
||||
isEditMode,
|
||||
EditUserMutate,
|
||||
} = useUserFormContext();
|
||||
console.log(user, 'EE');
|
||||
|
||||
const initialValues = {
|
||||
...(isEditMode &&
|
||||
pick(
|
||||
|
||||
Reference in New Issue
Block a user