Skip to content

Commit

Permalink
Merge pull request #5885 from WiXSL/fix-typo
Browse files Browse the repository at this point in the history
Fix typo in comments
  • Loading branch information
djhi committed Feb 8, 2021
2 parents 0d91a96 + af624ea commit 5120de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ra-ui-materialui/src/input/ReferenceInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ export const ReferenceInputView: FunctionComponent<ReferenceInputViewProps> = ({
return <ReferenceError label={label} error={error} />;
}

// When the useReferenceInputController returns a warning, it means there it
// When the useReferenceInputController returns a warning, it means it
// had an issue trying to load the referenced record
// We display it by overriding the final-form meta
const finalMeta = warning
Expand Down

0 comments on commit 5120de4

Please sign in to comment.