Remove default props usage
This commit is contained in:
@@ -23,7 +23,3 @@ export function EmptyViewAbsoluteCentered({ sx, ...emptyViewProps }: EmptyViewPr
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
EmptyViewAbsoluteCentered.defaultProps = {
|
||||
messageExtra: undefined,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user