Remove default props usage

This commit is contained in:
schroda
2024-07-11 18:13:51 +02:00
parent 35ee359754
commit 31837392b5
5 changed files with 112 additions and 18 deletions

View File

@@ -23,7 +23,3 @@ export function EmptyViewAbsoluteCentered({ sx, ...emptyViewProps }: EmptyViewPr
/>
);
}
EmptyViewAbsoluteCentered.defaultProps = {
messageExtra: undefined,
};