forked from Archives/Athou_commafeed
clear indicator when entries are loaded
This commit is contained in:
@@ -84,7 +84,7 @@ export const treeSlice = createSlice({
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
builder.addCase(loadEntries.pending, (state, action) => {
|
builder.addCase(loadEntries.fulfilled, (state, action) => {
|
||||||
if (!state.rootCategory) return
|
if (!state.rootCategory) return
|
||||||
|
|
||||||
const { source } = action.meta.arg
|
const { source } = action.meta.arg
|
||||||
|
|||||||
Reference in New Issue
Block a user