Skip to content

Commit 44ea740

Browse files
fzaninottoslax57
andauthored
Update packages/ra-ui-materialui/src/field/RecordField.tsx
Co-authored-by: Jean-Baptiste Kaiser <[email protected]>
1 parent e21fa84 commit 44ea740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ra-ui-materialui/src/field/RecordField.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ const Root = styled(Stack, {
152152

153153
declare module '@mui/material/styles' {
154154
interface ComponentNameToClassKey {
155-
RaRecordField: 'root' | 'content' | 'button' | 'icon';
155+
RaRecordField: 'root' | 'label' | 'value' | 'inline';
156156
}
157157

158158
interface ComponentsPropsList {

0 commit comments

Comments
 (0)