Merge branch 'hotfix/2.3.4'

This commit is contained in:
Knee Cola
2025-11-24 22:52:04 +01:00

View File

@@ -280,7 +280,7 @@ export const updateOrAddBill = withUser(async (user:AuthenticatedUser, locationI
}
if(billYear && billMonth) {
const locale = await getLocale();
await gotoHomeWithMessage(locale, 'billSaved');
await gotoHomeWithMessage(locale, 'billSaved', { year: billYear, month: billMonth });
}
// This return is needed for TypeScript, but won't be reached due to redirect