Commit 839d582 1 parent 2c7377c commit 839d582 Copy full SHA for 839d582
File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ const CompanyShow = () => (
84
84
| ` resource ` | Optional | ` string ` | | The resource name, e.g. ` posts ` |
85
85
| ` sx ` | Optional | ` object ` | | Override the styles applied to the dialog component |
86
86
| ` title ` | Optional | ` ReactNode ` | | The title of the dialog |
87
+ | ` emptyWhileLoading ` | Optional | ` boolean ` | ` false ` | Set to ` true ` to return ` null ` while the list is loading |
87
88
88
89
## ` children `
89
90
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ This component accepts the following props:
94
94
| ----------------| ----------| ----------------| ----------| ---------------------------|
95
95
| ` ButtonProps ` | Optional | ` object ` | | Props to pass to the MUI ` <Button> ` component |
96
96
| ` children ` | Required | ` ReactNode ` | | The content of the dialog |
97
- | ` empty WhileLoading ` | Optional | ` boolean ` | | Set to ` true ` to return ` null ` while the list is loading |
97
+ | ` emptyWhileLoading ` | Optional | ` boolean ` | | Set to ` true ` to return ` null ` while the list is loading |
98
98
| ` fullWidth ` | Optional | ` boolean ` | ` false ` | Set to ` true ` to make the dialog full width |
99
99
| ` icon ` | Optional | ` ReactElement ` | | The icon of the button |
100
100
| ` id ` | Optional | `string | number` | | The record id. If not provided, it will be deduced from the record context |
You can’t perform that action at this time.
0 commit comments