Skip to content

Commit 7ce8865

Browse files
committed
Improve Edit comments
1 parent f21298f commit 7ce8865

File tree

1 file changed

+1
-1
lines changed
  • packages/ra-ui-materialui/src/detail

1 file changed

+1
-1
lines changed

packages/ra-ui-materialui/src/detail/Edit.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export const Edit = <RecordType extends RaRecord = any>(
9090
transform={transform}
9191
disableAuthentication={disableAuthentication}
9292
loading={loading}
93-
// Disable offline support from ShowBase as it is handled by ShowView to keep the ShowView container
93+
// Disable offline support from EditBase as it is handled by EditView to keep the EditView container
9494
offline={false}
9595
>
9696
<EditView {...rest} />

0 commit comments

Comments
 (0)