Fix state machine issues

This commit is contained in:
gpt-engineer-app[bot]
2025-10-21 14:01:50 +00:00
parent 555aa21dc5
commit 14b3305755
5 changed files with 39 additions and 40 deletions

View File

@@ -66,6 +66,8 @@ export function deletionDialogReducer(
return initialState;
default:
// Exhaustive check
const _exhaustive: never = action;
return state;
}
}