Skip to content

Commit

Permalink
fix(create-project): validate area before file upload
Browse files Browse the repository at this point in the history
  • Loading branch information
suzit-10 committed Jul 30, 2024
1 parent e0ed405 commit 273ad54
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ export default function DefineAOI({
toast.error('Drawn Area should not exceed 100km²');
return false;
}
return true;
}
return false;
} catch (err: any) {
Expand Down

0 comments on commit 273ad54

Please sign in to comment.