category management, upload cloudinary
This commit is contained in:
@@ -25,7 +25,6 @@ const userSlice = createSlice({
|
||||
state.loading = true
|
||||
})
|
||||
bd.addCase(fetchUserData.fulfilled, (state, action) => {
|
||||
console.log("đã vào full", action.payload)
|
||||
state.loading = false
|
||||
state.data = action.payload
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user