fix(ui): more fixing of auto-add

This commit is contained in:
psychedelicious
2023-07-21 15:00:07 +10:00
parent e10e22440d
commit 3a610e1a65
11 changed files with 197 additions and 171 deletions

View File

@ -190,9 +190,6 @@ export const boardsApi = api.injectEndpoints({
)
);
});
// after deleting a board, select the 'All Images' board
dispatch(boardIdSelected('images'));
} catch {
//no-op
}
@ -265,9 +262,6 @@ export const boardsApi = api.injectEndpoints({
)
);
});
// after deleting a board, select the 'All Images' board
dispatch(boardIdSelected('images'));
} catch {
//no-op
}