Merge branch 'hotfix/2.3.4' into develop

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) { if(billYear && billMonth) {
const locale = await getLocale(); 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 // This return is needed for TypeScript, but won't be reached due to redirect