Skip to content

Commit 27ea389

Browse files
committed
Updates Story with changes
1 parent a6f927e commit 27ea389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/pages/environmentRoutes/EnvironmentRoutesPage.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ const meta: Meta<typeof EnvironmentRoutesPage> = {
8282
query={environmentWithRoutes}
8383
variables={{ openshiftProjectName: 'project-main' }}
8484
>
85-
{queryRef => <EnvironmentRoutesPage queryRef={queryRef} projectName="test-project" />}
85+
{queryRef => <EnvironmentRoutesPage queryRef={queryRef} projectName="test-project" environmentName="main" />}
8686
</MockPreloadQuery>
8787
),
8888
};

0 commit comments

Comments
 (0)