From 7e24b8c5aba9731c7d62cb951c4b9f490b94174b Mon Sep 17 00:00:00 2001 From: Montse Ortega Date: Thu, 12 Dec 2024 06:29:36 +0100 Subject: [PATCH] Changes in ControlPlaneNodesDropdown --- .../clusterConfiguration/ControlPlaneNodesDropdown.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ui-lib/lib/common/components/clusterConfiguration/ControlPlaneNodesDropdown.tsx b/libs/ui-lib/lib/common/components/clusterConfiguration/ControlPlaneNodesDropdown.tsx index 339121601e..ea836167e1 100644 --- a/libs/ui-lib/lib/common/components/clusterConfiguration/ControlPlaneNodesDropdown.tsx +++ b/libs/ui-lib/lib/common/components/clusterConfiguration/ControlPlaneNodesDropdown.tsx @@ -21,7 +21,7 @@ const ControlPlaneNodesDropdown = ({ isNutanix?: boolean; }) => { const { t } = useTranslation(); - const [{ name, value }, , { setValue }] = useField('controlPlaneAgents'); + const [{ name, value }, , { setValue }] = useField('controlPlaneAgents'); const [current, setCurrent] = React.useState('3'); const options: ControlPlaneNodesOption[] = [