Skip to content

Commit

Permalink
fix: unknown for ISB details in pipeline card (#1497)
Browse files Browse the repository at this point in the history
Signed-off-by: veds-g <[email protected]>
  • Loading branch information
veds-g authored and whynowy committed Feb 11, 2024
1 parent c71b2ab commit 915c09a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ export function NamespaceListingWrapper({
{tabValue === PIPELINE ? (
<PipelineListing
pipelineData={pipelineData}
isbData={undefined}
isbData={isbData}
totalCount={data.pipelinesCount}
statusFilter={status}
healthFilter={health}
Expand Down

0 comments on commit 915c09a

Please sign in to comment.