feat: checkbox field cell.

This commit is contained in:
elforjani3
2021-07-24 16:32:18 +02:00
parent f167d5510f
commit c72918fb1f
5 changed files with 51 additions and 17 deletions

View File

@@ -27,7 +27,7 @@ export const defaultExpenseEntry = {
amount: '',
expense_account_id: '',
description: '',
landed_cost: false,
landed_cost: 0,
};
export const defaultExpense = {