Skip to content
Snippets Groups Projects
Unverified Commit 479de977 authored by Jed Fox's avatar Jed Fox Committed by GitHub
Browse files

Fix default value of “Move to a category” (#632)

parent 4b6585a7
No related branches found
No related tags found
No related merge requests found
......@@ -225,7 +225,7 @@ function ToBudget({ month, prevMonthName, collapsed, onBudgetAction }) {
)}
{state.menuOpen === 'transfer' && (
<TransferTooltip
initialAmountName="leftover"
initialAmount={availableValue}
onClose={() => setState({ menuOpen: null })}
onSubmit={(amount, category) => {
onBudgetAction(month, 'transfer-available', {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment