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 30, 2024
1 parent 7048a18 commit 33f2906
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const PipelinesOverviewCard: React.FC<PipelinesOverviewCardProps> = ({
title="Pipelines"
popoverHeaderContent={pipelinesCount ? 'About pipelines' : undefined}
popoverBodyContent={
!pipelinesCount
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
}
Expand Down

0 comments on commit 33f2906

Please sign in to comment.