Skip to content

Commit

Permalink
Fix towns filter for BG
Browse files Browse the repository at this point in the history
  • Loading branch information
hkdobrev committed Mar 25, 2023
1 parent 8d9dd8d commit fcf5dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/modules/filter_components/MainFilter.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export default (props) => {
} else {
//if country is Bulgaria: gets all towns in the given MIR and municipality
const res3 = await axios.get(
`${apiHost}/towns?country=00&election_region=${chosenMir}&municipality=${chosenMunicipality}`,
`${apiHost}/towns?country=000&election_region=${chosenMir}&municipality=${chosenMunicipality}`,
{
headers: { Authorization: `Bearer ${idToken}` },
}
Expand Down

0 comments on commit fcf5dd0

Please sign in to comment.