Skip to content

Commit

Permalink
fix: Typo in BBox following rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr committed Jul 9, 2024
1 parent 59ee44d commit 057fcf2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default function BoundaryForm({ formikConfig, onSuccess }: FormProps) {

const isUpdateSuccess = await useStore.getState().updateTeamSettings({
boundaryUrl: values.boundaryUrl,
boundaryBbox: convertToBoundingBox(data),
boundaryBBox: convertToBoundingBox(data),
});
if (isUpdateSuccess) {
onSuccess();
Expand Down

0 comments on commit 057fcf2

Please sign in to comment.