Skip to content

Commit

Permalink
avniproject/avni-product#1605 | upgrade models version
Browse files Browse the repository at this point in the history
  • Loading branch information
himeshr authored and petmongrels committed Jun 10, 2024
1 parent 9acd29b commit 9bd11fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adminApp/components/CreateEditFiltersV2.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const CreateEditFiltersV2 = ({ selectedFilter, operationalModules, docume
const [filterConfig: DashboardFilterConfig, setFilterConfig] = useState(
isNew ? new DashboardFilterConfig() : selectedFilter.filterConfig
);

const subjectTypeOptions = mapToOptions(subjectTypes);
const programOptions = mapToOptions(MetaDataService.getProgramsForSubjectType(programs, null, formMappings));
const encounterTypeOptions = mapToOptions(
Expand Down

0 comments on commit 9bd11fa

Please sign in to comment.