Skip to content

Commit 481fe3f

Browse files
committed
Apply review suggestions
1 parent d2f4fd5 commit 481fe3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ra-ui-materialui/src/Link.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export interface LinkProps
5050

5151
declare module '@mui/material/styles' {
5252
interface ComponentNameToClassKey {
53-
[PREFIX]: 'root' | 'link';
53+
[PREFIX]: 'root';
5454
}
5555

5656
interface ComponentsPropsList {

0 commit comments

Comments
 (0)