Skip to content

Commit

Permalink
refactor(aoi): clean unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Jul 17, 2024
1 parent 8033d1e commit 8adf03b
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,6 @@ const ListItemWithWiderSecondaryAction = withStyles({
})(ListItem);

const PER_PAGE = 5;
const DEFAULT_FILTER = {
items: [],
linkOperator: "and",
quickFilterValues: [],
quickFilterLogicOperator: "and",
};

const postAoi = async (polygon, dataset, accessToken) => {
console.log("Posting AOI");
Expand Down

0 comments on commit 8adf03b

Please sign in to comment.