Skip to content

Commit f16ec09

Browse files
committed
Remove emptyWhileLoading from story
1 parent 7ce8865 commit f16ec09

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -454,12 +454,7 @@ export const Offline = ({
454454

455455
const BookEditOffline = (props: EditProps) => {
456456
return (
457-
<Edit
458-
emptyWhileLoading
459-
{...props}
460-
redirect={false}
461-
mutationMode="pessimistic"
462-
>
457+
<Edit {...props} redirect={false} mutationMode="pessimistic">
463458
<OfflineIndicator />
464459
<SimpleForm>
465460
<TextInput source="title" />

0 commit comments

Comments
 (0)