Skip to content

Commit

Permalink
Remove temporal modification
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelStardust committed Sep 13, 2024
1 parent afacfa6 commit b3bdf68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Search.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class Search extends Component {
if (!selectedAreaTypeId || !selectedAreaId) {
history.replace(history.location.pathname);
}
//this.loadAreaList();
this.loadAreaList();
this.checkPolygonConn();
}

Expand Down

0 comments on commit b3bdf68

Please sign in to comment.