clear indicator when entries are loaded

This commit is contained in:
Athou
2025-05-23 22:37:28 +02:00
parent 2142e20e7d
commit 689d5ac7b2

View File

@@ -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