From 689d5ac7b264584db39ed309303f7cf7a8151e26 Mon Sep 17 00:00:00 2001 From: Athou Date: Fri, 23 May 2025 22:37:28 +0200 Subject: [PATCH] clear indicator when entries are loaded --- commafeed-client/src/app/tree/slice.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commafeed-client/src/app/tree/slice.ts b/commafeed-client/src/app/tree/slice.ts index 14d2a91b..bf054bbb 100644 --- a/commafeed-client/src/app/tree/slice.ts +++ b/commafeed-client/src/app/tree/slice.ts @@ -84,7 +84,7 @@ export const treeSlice = createSlice({ } }) }) - builder.addCase(loadEntries.pending, (state, action) => { + builder.addCase(loadEntries.fulfilled, (state, action) => { if (!state.rootCategory) return const { source } = action.meta.arg