From 99e75d681bf6aea17d869c97e64ee44c3e713f02 Mon Sep 17 00:00:00 2001 From: Rory Abraham <47436092+roryabraham@users.noreply.github.com> Date: Wed, 5 Jun 2024 14:06:48 -0700 Subject: [PATCH] Merge pull request #43147 from ishpaul777/fix/43112 fixes the "Unable to remove stop from the route" #43112 (cherry picked from commit a8c1cb46c3e1923e2a3e7e722fef680c5daba6ef) --- src/pages/iou/request/step/IOURequestStepWaypoint.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/iou/request/step/IOURequestStepWaypoint.tsx b/src/pages/iou/request/step/IOURequestStepWaypoint.tsx index 6c0eae98fb85..1fbcebee6987 100644 --- a/src/pages/iou/request/step/IOURequestStepWaypoint.tsx +++ b/src/pages/iou/request/step/IOURequestStepWaypoint.tsx @@ -185,6 +185,7 @@ function IOURequestStepWaypoint({ prompt={translate('distance.deleteWaypointConfirmation')} confirmText={translate('common.delete')} cancelText={translate('common.cancel')} + shouldEnableNewFocusManagement danger />