Skip to content

Commit

Permalink
Merge branch 'staging' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
boriskovar-m2ms authored Aug 10, 2023
2 parents e1f773f + 39f2f25 commit de6df99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/components/projects/redux/reducer.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export const projectReducers = (state = INITIAL_STATE, action = {}) => {

case constants.SET_LIST_OF_FILTERED_PROJECTS_BY_DATE:
return Object.assign({}, state, { listOfFilteredProjectsByDate: action.payload });

case constants.SET_IS_LOADING_LIST_OF_PROJECTS:
return Object.assign({}, state, { isLoadingListOfProjects: action.payload });

Expand Down

0 comments on commit de6df99

Please sign in to comment.