Skip to content

Commit 47cdf92

Browse files
committed
Improve EditView types
1 parent 4c71375 commit 47cdf92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ra-ui-materialui/src/detail/EditView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export const EditView = (inProps: EditViewProps) => {
8888

8989
export interface EditViewProps
9090
extends Omit<React.HTMLAttributes<HTMLDivElement>, 'id' | 'title'> {
91-
actions?: ReactNode | false;
91+
actions?: ReactNode;
9292
aside?: ReactNode;
9393
offline?: ReactNode;
9494
component?: ElementType;

0 commit comments

Comments
 (0)