We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9d6772 commit 232f852Copy full SHA for 232f852
site/src/components/EmptyState/EmptyState.tsx
@@ -14,9 +14,6 @@ export interface EmptyStateProps {
14
* Component to place on screens or in lists that have no content. Optionally
15
* provide a button that would allow the user to return from where they were,
16
* or to add an item that they currently have none of.
17
- *
18
- * EmptyState's props extend the [Material UI Box component](https://material-ui.com/components/box/)
19
- * that you can directly pass props through to to customize the shape and layout of it.
20
*/
21
export const EmptyState: FC<EmptyStateProps> = ({
22
message,
0 commit comments