mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-09 06:02:22 -05:00
[autofix.ci] apply automated fixes
This commit is contained in:
@@ -104,7 +104,7 @@ export const closeBudget = createAppAsyncThunk(
|
||||
const prefs = getState().prefs.local;
|
||||
if (prefs && prefs.id) {
|
||||
await dispatch(resetApp());
|
||||
queryClient.clear()
|
||||
queryClient.clear();
|
||||
await dispatch(setAppState({ loadingText: t('Closing...') }));
|
||||
await send('close-budget');
|
||||
await dispatch(setAppState({ loadingText: null }));
|
||||
|
||||
Reference in New Issue
Block a user