mirror of
https://github.com/zhigang1992/devhub.git
synced 2026-06-11 07:44:04 +08:00
Fix columns reducer rehydration
This commit is contained in:
@@ -32,7 +32,7 @@ export const columnsReducer: Reducer<State> = (
|
||||
switch (action.type) {
|
||||
case REHYDRATE as any:
|
||||
return {
|
||||
...(action.payload && (action.payload as any).auth),
|
||||
...(action.payload && (action.payload as any).columns),
|
||||
..._.pick(initialState, ['focused']),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user