Skip to content

Commit

Permalink
prevent hideError prop from being passed to material components. fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ValYouW committed Nov 13, 2023
1 parent 04aab7c commit 29a3a36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export default function BaseInputTemplate<
type,
label,
hideLabel,
hideError,
value,
onChange,
onChangeOverride,
Expand Down
1 change: 1 addition & 0 deletions packages/mui/src/BaseInputTemplate/BaseInputTemplate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export default function BaseInputTemplate<
type,
label,
hideLabel,
hideError,
value,
onChange,
onChangeOverride,
Expand Down

0 comments on commit 29a3a36

Please sign in to comment.