ML: Rename for props to htmlFor

This commit is contained in:
Gustav Hansen 2022-05-17 13:57:34 +02:00
parent 8bb147db2f
commit 1f334b5a93
2 changed files with 2 additions and 2 deletions

View File

@ -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',

View File

@ -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',