Skip to content

Commit

Permalink
Merge pull request #43147 from ishpaul777/fix/43112
Browse files Browse the repository at this point in the history
fixes the "Unable to remove stop from the route"  #43112
  • Loading branch information
roryabraham authored Jun 5, 2024
2 parents 40ca9bc + 1617be2 commit a8c1cb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/iou/request/step/IOURequestStepWaypoint.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ function IOURequestStepWaypoint({
prompt={translate('distance.deleteWaypointConfirmation')}
confirmText={translate('common.delete')}
cancelText={translate('common.cancel')}
shouldEnableNewFocusManagement
danger
/>
<FormProvider
Expand Down

0 comments on commit a8c1cb4

Please sign in to comment.