Skip to content

Commit

Permalink
[docs][material-ui] Remove noise in template (#44260)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored Oct 30, 2024
1 parent 53f6e57 commit f37458b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ export default function SignInCard() {
fullWidth
variant="outlined"
color={emailError ? 'error' : 'primary'}
sx={{ ariaLabel: 'email' }}
/>
</FormControl>
<FormControl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ export default function SignInCard() {
fullWidth
variant="outlined"
color={emailError ? 'error' : 'primary'}
sx={{ ariaLabel: 'email' }}
/>
</FormControl>
<FormControl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ export default function SignIn(props) {
fullWidth
variant="outlined"
color={emailError ? 'error' : 'primary'}
sx={{ ariaLabel: 'email' }}
/>
</FormControl>
<FormControl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ export default function SignIn(props: { disableCustomTheme?: boolean }) {
fullWidth
variant="outlined"
color={emailError ? 'error' : 'primary'}
sx={{ ariaLabel: 'email' }}
/>
</FormControl>
<FormControl>
Expand Down

0 comments on commit f37458b

Please sign in to comment.