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.
emptyWhileLoading
1 parent 7ce8865 commit f16ec09Copy full SHA for f16ec09
1 file changed
packages/ra-ui-materialui/src/detail/Edit.stories.tsx
@@ -454,12 +454,7 @@ export const Offline = ({
454
455
const BookEditOffline = (props: EditProps) => {
456
return (
457
- <Edit
458
- emptyWhileLoading
459
- {...props}
460
- redirect={false}
461
- mutationMode="pessimistic"
462
- >
+ <Edit {...props} redirect={false} mutationMode="pessimistic">
463
<OfflineIndicator />
464
<SimpleForm>
465
<TextInput source="title" />
0 commit comments