Skip to content

Commit 32574a4

Browse files
authored
docs: update README.md (storybookjs#654)
remove a small duplication
1 parent 3fbf0c2 commit 32574a4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,8 +385,6 @@ You can pass these parameters to getStorybookUI call in your storybook entry poi
385385
storage?: Object (undefined)
386386
-- {getItem: (key: string) => Promise<string | null>;setItem: (key: string, value: string) => Promise<void>;}
387387
-- Custom storage to be used instead of AsyncStorage
388-
shouldPersistSelection: Boolean (true)
389-
-- Stores last selected story in your devices storage.
390388
onDeviceUI?: boolean;
391389
-- show the ondevice ui
392390
enableWebsockets?: boolean;

0 commit comments

Comments
 (0)