From 75f526a7734e203e7587b106f773bbe9b78a0a5d Mon Sep 17 00:00:00 2001 From: Ashley McEntee <123661468+ashley-o0o@users.noreply.github.com> Date: Thu, 19 Sep 2024 11:31:10 -0400 Subject: [PATCH] type error fix (#3227) --- .../concepts/pipelines/content/InvalidArgoDeploymentAlert.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/concepts/pipelines/content/InvalidArgoDeploymentAlert.tsx b/frontend/src/concepts/pipelines/content/InvalidArgoDeploymentAlert.tsx index 7e5449c7a4..359b6da50a 100644 --- a/frontend/src/concepts/pipelines/content/InvalidArgoDeploymentAlert.tsx +++ b/frontend/src/concepts/pipelines/content/InvalidArgoDeploymentAlert.tsx @@ -59,7 +59,7 @@ export const InvalidArgoDeploymentAlert: React.FC = () => { title="Data Science Pipelines enablement failed" > Data Science Pipelines could not be enabled because a version of Argo Workflows that is not - managed by Red Hat is installed on your cluster. To learn more, view the {ODH_PRODUCT_NAME} + managed by Red Hat is installed on your cluster. To learn more, view the {ODH_PRODUCT_NAME}{' '} 2.9 documentation. );