feat(OwnerContributionForm): add branch select.

This commit is contained in:
elforjani13
2022-02-28 16:37:44 +02:00
parent eb340269c0
commit ff2c74344a
5 changed files with 75 additions and 7 deletions

View File

@@ -30,6 +30,7 @@ const defaultInitialValues = {
credit_account_id: '',
currency_code: '',
description: '',
branch_id: '',
publish: '',
};