Skip to content

Commit

Permalink
fix info popover for pipeline overview card
Browse files Browse the repository at this point in the history
  • Loading branch information
christianvogt committed May 31, 2024
1 parent 3bee930 commit 104bcb8
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,8 @@ const PipelinesOverviewCard: React.FC<PipelinesOverviewCardProps> = ({
objectType={ProjectObjectType.pipeline}
sectionType={pipelinesCount ? SectionType.training : SectionType.organize}
title="Pipelines"
popoverHeaderContent={pipelinesCount ? 'About pipelines' : undefined}
popoverBodyContent={
!pipelinesCount
? 'Pipelines are platforms for building and deploying portable and scalable machine-learning (ML) workflows. You can import a pipeline or create one in a workbench.'
: undefined
}
popoverHeaderContent="About pipelines"
popoverBodyContent="Pipelines are platforms for building and deploying portable and scalable machine-learning (ML) workflows. You can import a pipeline or create one in a workbench."
data-testid="section-pipelines"
>
{children}
Expand Down

0 comments on commit 104bcb8

Please sign in to comment.