mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
feat: money out.
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user