mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-28 10:33:02 -05:00
Fix default value of “Move to a category” (#632)
This commit is contained in:
@@ -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', {
|
||||
|
||||
Reference in New Issue
Block a user