Skip to content

Commit

Permalink
fix merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
mirekys committed Nov 10, 2023
1 parent 949ec94 commit bb6fba4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const MultilingualTextInput = ({
return (
<ArrayField
addButtonLabel={addButtonLabel}
defaultNewValue={getNewValue(defaultNewValue, usedLanguages);}
defaultNewValue={getNewValue(defaultNewValue, usedLanguages)}
fieldPath={fieldPath}
label={
<FieldLabel htmlFor={fieldPath} icon={labelIcon ?? ""} label={label} />
Expand Down

0 comments on commit bb6fba4

Please sign in to comment.