Skip to content

Commit b4668b0

Browse files
♻️ updated isLoading flag for storybook
1 parent 0d8378c commit b4668b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stories/default.stories.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const toStorybook = () => {
2525
<MultiSelect
2626
options={options}
2727
hasSelectAll={boolean("hasSelectAll", true)}
28-
isLoading={boolean("isLoading", true)}
28+
isLoading={boolean("isLoading", false)}
2929
shouldToggleOnHover={boolean("shouldToggleOnHover", false)}
3030
disableSearch={boolean("disableSearch", false)}
3131
selected={selected}

0 commit comments

Comments
 (0)