File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/ra-ui-materialui/src/layout Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ export const Error = (
62
62
< Accordion className = { ErrorClasses . panel } >
63
63
< AccordionSummary
64
64
expandIcon = { < ExpandMoreIcon /> }
65
- className = { ErrorClasses . panelSumary }
65
+ className = { ErrorClasses . panelSummary }
66
66
>
67
67
{ translate ( error . message , {
68
68
_ : error . message ,
@@ -146,7 +146,7 @@ export const ErrorClasses = {
146
146
title : `${ PREFIX } -title` ,
147
147
icon : `${ PREFIX } -icon` ,
148
148
panel : `${ PREFIX } -panel` ,
149
- panelSumary : `${ PREFIX } -panelSumary ` ,
149
+ panelSummary : `${ PREFIX } -panelSummary ` ,
150
150
panelDetails : `${ PREFIX } -panelDetails` ,
151
151
toolbar : `${ PREFIX } -toolbar` ,
152
152
advice : `${ PREFIX } -advice` ,
@@ -182,7 +182,7 @@ const Root = styled('div', {
182
182
maxWidth : '60em' ,
183
183
} ,
184
184
185
- [ `& .${ ErrorClasses . panelSumary } ` ] : {
185
+ [ `& .${ ErrorClasses . panelSummary } ` ] : {
186
186
userSelect : 'all' ,
187
187
} ,
188
188
You can’t perform that action at this time.
0 commit comments