Skip to content

Commit

Permalink
Merge pull request #91 from openimis/release/23.10
Browse files Browse the repository at this point in the history
MERGING release/23.10 into main
  • Loading branch information
hirensoni913 authored Jan 16, 2024
2 parents 1d254d8 + 0c9ec0c commit 17c30e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/UserFilter.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React, { Component } from "react";
import { injectIntl } from "react-intl";
import _debounce from "lodash/debounce";

import { withTheme, withStyles } from "@material-ui/core/styles";
Expand Down Expand Up @@ -165,7 +164,7 @@ class UserFilter extends Component {
};

render() {
const { classes, onChangeFilters , intl} = this.props;
const { classes, filters, onChangeFilters , intl} = this.props;
const { locationFilters, currentUserType, currentUserRoles, selectedDistrict } = this.state;
return (
<section className={classes.form}>
Expand Down

0 comments on commit 17c30e0

Please sign in to comment.