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 f21298f commit 7ce8865Copy full SHA for 7ce8865
packages/ra-ui-materialui/src/detail/Edit.tsx
@@ -90,7 +90,7 @@ export const Edit = <RecordType extends RaRecord = any>(
90
transform={transform}
91
disableAuthentication={disableAuthentication}
92
loading={loading}
93
- // Disable offline support from ShowBase as it is handled by ShowView to keep the ShowView container
+ // Disable offline support from EditBase as it is handled by EditView to keep the EditView container
94
offline={false}
95
>
96
<EditView {...rest} />
0 commit comments