Skip to content

Commit 38af638

Browse files
committed
Fix Show Offline story
1 parent 15223cf commit 38af638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ const CustomOffline = () => {
352352

353353
Offline.args = {
354354
isOnline: true,
355-
offline: false,
355+
offline: 'default',
356356
};
357357

358358
Offline.argTypes = {

0 commit comments

Comments
 (0)