diff --git a/web/src/store/modules/memo.ts b/web/src/store/modules/memo.ts index 9ba275f9..aa089d03 100644 --- a/web/src/store/modules/memo.ts +++ b/web/src/store/modules/memo.ts @@ -11,7 +11,8 @@ const memoSlice = createSlice({ initialState: { memos: [], tags: [], - isFetching: false, + // isFetching flag should starts with true. + isFetching: true, } as State, reducers: { setMemos: (state, action: PayloadAction) => {