mirror of
https://github.com/strapi/strapi.git
synced 2025-11-01 10:23:34 +00:00
ML: Rename for props to htmlFor
This commit is contained in:
parent
8bb147db2f
commit
1f334b5a93
@ -227,7 +227,7 @@ export const EditAssetDialog = ({
|
||||
/>
|
||||
|
||||
<Stack spacing={1}>
|
||||
<FieldLabel for="asset-folder">
|
||||
<FieldLabel htmlFor="asset-folder">
|
||||
{formatMessage({
|
||||
id: getTrad('form.input.label.file-location'),
|
||||
defaultMessage: 'Location',
|
||||
|
||||
@ -182,7 +182,7 @@ export const EditFolderDialog = ({ onClose, folder, folderStructure, canUpdate }
|
||||
|
||||
<GridItem xs={12} col={6}>
|
||||
<Stack spacing={1}>
|
||||
<FieldLabel for="folder-parent">
|
||||
<FieldLabel htmlFor="folder-parent">
|
||||
{formatMessage({
|
||||
id: getTrad('form.input.label.folder-location'),
|
||||
defaultMessage: 'Location',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user