feat: money out.

This commit is contained in:
elforjani13
2021-10-23 20:04:59 +02:00
parent 1fa03822f1
commit 75acab3348
24 changed files with 227 additions and 498 deletions

View File

@@ -11,7 +11,7 @@ const MoneyInDialogContent = React.lazy(() => import('./MoneyInDialogContent'));
*/
function MoneyInDialog({
dialogName,
payload = { account_type: '', account_id: null },
payload = { account_type: null, account_id: null },
isOpen,
}) {
return (