Skip to content

Commit f44fbdd

Browse files
fix: [UIE-10357] fixed accessibility issue (#13515)
1 parent c02927b commit f44fbdd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/manager/src/features/Marketplace/ProductDetails/ContactSalesDrawer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ export const ContactSalesDrawer = (props: ContactSalesDrawerProps) => {
383383
/>
384384
</FormControl>
385385
<FormControl>
386-
<FormLabel htmlFor="phone-number">
386+
<FormLabel htmlFor="phone_number">
387387
Phone number <Typography component="span">(required)</Typography>
388388
</FormLabel>
389389
<Stack direction="row" sx={{ marginTop: 0, width: '100%' }}>

0 commit comments

Comments
 (0)