feat: Ghost error page for improved error display

This commit is contained in:
Maksim Eltyshev
2025-11-06 23:11:06 +01:00
parent 33a7a6ccb1
commit 22baf5ab12
42 changed files with 553 additions and 55 deletions
+2 -2
View File
@@ -39,8 +39,8 @@ export default (state = initialState, { type, payload }) => {
const nextState = {
...state,
isContentFetching: false,
boardId: payload.currentBoardId,
cardId: payload.currentCardId,
boardId: payload.currentBoardId || null,
cardId: payload.currentCardId || null,
};
if (payload.currentCardId) {