diff --git a/static/app/views/investigations/index.stories.tsx b/static/app/views/investigations/index.stories.tsx index b0c1cbbddb7b..b9c10a7455fe 100644 --- a/static/app/views/investigations/index.stories.tsx +++ b/static/app/views/investigations/index.stories.tsx @@ -3,6 +3,7 @@ import {Container} from '@sentry/scraps/layout'; import * as Storybook from 'sentry/stories'; import InvestigationsView, {InvestigationsPage} from 'sentry/views/investigations'; import {InvestigationListItemFixture} from 'sentry/views/investigations/fixtures'; +import {TopBar} from 'sentry/views/navigation/topBar'; import {getPaginationPageLink} from 'sentry/views/organizationStats/utils'; import {InvestigationFixtureApi} from './__stories__/investigationFixtureApi'; @@ -64,17 +65,21 @@ export default Storybook.story('Investigations — List', story => { list={realisticInvestigations} pageLinks={getPaginationPageLink({numRows: 14, pageSize: 5, offset: 0})} > - - - + + + + + )); story('Empty and search results', () => ( - - - + + + + + )); @@ -83,9 +88,11 @@ export default Storybook.story('Investigations — List', story => { organizationSlug="storybook-investigations-list-loading" mode="loading" > - - - + + + + + )); @@ -94,9 +101,11 @@ export default Storybook.story('Investigations — List', story => { organizationSlug="storybook-investigations-list-error" mode="error" > - - - + + + + + ));