feat(account): add currency select.

This commit is contained in:
elforjani13
2022-02-27 14:10:22 +02:00
parent deddbea752
commit a3c79d98b0
4 changed files with 38 additions and 7 deletions

View File

@@ -25,6 +25,7 @@ const defaultInitialValues = {
name: '',
code: '',
description: '',
currency_code:'',
subaccount: false,
};