Skip to content

Commit 910d6c8

Browse files
fix: (CXSPA-9078) Pickup Options Component; "Select Store" additional tab stop; (#19923)
1 parent 4de1357 commit 910d6c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: feature-libs/pickup-in-store/components/presentational/pickup-options/pickup-options.component.ts

+1
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ export class PickupOptionsComponent
154154
headerKey: 'pickupOptions.pickup',
155155
content: this.pickupTabPanel,
156156
id: PickupOptionsTabs.PICKUP,
157+
disableBorderFocus: true,
157158
},
158159
];
159160
this.tabConfig = {

0 commit comments

Comments
 (0)