Skip to content

Commit

Permalink
Merge pull request #448 from ertush/hotfix
Browse files Browse the repository at this point in the history
Update Incomplete Details Menu in FacilitySideMenu Component
  • Loading branch information
ertush authored Aug 9, 2024
2 parents c38f4dd + c2ff886 commit 6efbe2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/FacilitySideMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ function FacilitySideMenu({ states, stateSetters, filters }) {
pathname:'/facilities',
query: {
filter:'incomplete_facilities',
is_complete: true
incomplete: true
}
})

Expand Down

0 comments on commit 6efbe2c

Please sign in to comment.