Skip to content

Commit 528663f

Browse files
committed
PR review changes
1 parent 8b8dd90 commit 528663f

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

apps/rhf-mui-docs/src/constants/legacy-props.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ const LegacyPropsDescription: Record<
343343
}),
344344
countrySelectProps_v3: ({ muiVersion }: PropsDescriptionArgs) => ({
345345
name: 'countrySelectProps',
346-
description: `Props forwarded to the internal [Select](${ExternalLinks.muiComponents.select(muiVersion)}}) that renders the flag/dial-code trigger and country dropdown. Added in \`v3.7\`.`,
346+
description: `Props forwarded to the internal [Select](${ExternalLinks.muiComponents.select(muiVersion)}) that renders the flag/dial-code trigger and country dropdown. Added in \`v3.7\`.`,
347347
type: `[SelectProps](${ExternalLinks.muiComponentApi.select(muiVersion)})`,
348348
hasLinkInType: true
349349
}),

apps/rhf-mui-docs/src/constants/props.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ const PropsDescription: Record<
799799
},
800800
countrySelectProps: ({ muiVersion }: PropsDescriptionArgs) => ({
801801
name: 'countrySelectProps',
802-
description: `Props forwarded to the internal [Select](${ExternalLinks.muiComponents.select(muiVersion)}}) that renders the flag/dial-code trigger and country dropdown. Added in \`v4.3\`.`,
802+
description: `Props forwarded to the internal [Select](${ExternalLinks.muiComponents.select(muiVersion)}) that renders the flag/dial-code trigger and country dropdown. Added in \`v4.3\`.`,
803803
type: `[SelectProps](${ExternalLinks.muiComponentApi.select(muiVersion)})`,
804804
hasLinkInType: true
805805
}),

apps/rhf-mui-docs/src/page-components/mui/autocomplete/RHFMultiAutocomplete.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ const RHFMultiAutocompletePropsTable = ({
6262
}),
6363
getPropDetailsByVersion(PropsDescription.textFieldProps, { muiVersion }),
6464
getPropDetailsByVersion(PropsDescription.ChipProps_Autocomplete, { muiVersion }),
65-
getPropDetailsByVersion(PropsDescription.ChipProps_Autocomplete, { muiVersion }),
6665
...(v4AndAbove
6766
? [getPropDetailsByVersion(PropsDescription.circularProgressProps_Autocompletes, { muiVersion })]
6867
: v3AndAbove

0 commit comments

Comments
 (0)