Skip to content

Commit 29a3025

Browse files
committed
Remove paginator story
1 parent 6077845 commit 29a3025

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/src/paginator/Paginator.stories.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,6 @@ export const Chromatic = () => (
6767
showGoToPage
6868
/>
6969
</ExampleContainer>
70-
<ExampleContainer>
71-
<Title title="itemsPerPage is 0 and showGoToPage is true" theme="light" level={4} />
72-
<DxcPaginator itemsPerPage={0} itemsPerPageOptions={[5, 10, 15]} totalItems={27} showGoToPage />
73-
</ExampleContainer>
7470
<Title title="Opinionated theme" theme="light" level={2} />
7571
<ExampleContainer>
7672
<HalstackProvider theme={opinionatedTheme}>

0 commit comments

Comments
 (0)