category management, upload cloudinary

This commit is contained in:
2025-10-08 08:54:30 +07:00
parent 21e77456c9
commit c17f0d3d9c
13 changed files with 303 additions and 8 deletions

View File

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