diff --git a/src/app/features/note/store/note.reducer.ts b/src/app/features/note/store/note.reducer.ts index b3accd29fc..67d45faa07 100644 --- a/src/app/features/note/store/note.reducer.ts +++ b/src/app/features/note/store/note.reducer.ts @@ -83,7 +83,8 @@ const _reducer = createReducer( activeContextType !== WorkContextType.PROJECT ? { ...state, - noteIds: ids, + todayOrder: ids, + // ids: unique([...ids, ...state.ids]), } : state, ),