Skip to content

Commit

Permalink
Keep selected cam ID in state after camera image count fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielrindlaub committed Dec 24, 2024
1 parent 2a80109 commit 1295c85
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/features/cameras/wirelessCamerasSlice.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ export const wirelessCamerasSlice = createSlice({

cameraImageCountSuccess(state, { payload }) {
state.cameraImageCount.isLoading = false;
state.cameraImageCount.currentCameraId = null;
state.cameraImageCount.count = payload.imagesCount.count;
},

Expand Down

0 comments on commit 1295c85

Please sign in to comment.