Fix UI bug when clicking reimbursement link (#31)

This commit is contained in:
Chris Johnston
2024-01-08 20:56:54 +00:00
committed by GitHub
parent 55883ce414
commit 76befff481

View File

@@ -80,6 +80,7 @@ export function ExpenseForm({ group, expense, onSubmit, onDelete }: Props) {
: undefined, : undefined,
], ],
isReimbursement: true, isReimbursement: true,
splitMode: 'EVENLY',
} }
: { : {
title: '', title: '',