Skip to content

Commit

Permalink
Changes in ControlPlaneNodesDropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
ammont82 committed Dec 23, 2024
1 parent 7b00002 commit 7e24b8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const ControlPlaneNodesDropdown = ({
isNutanix?: boolean;
}) => {
const { t } = useTranslation();
const [{ name, value }, , { setValue }] = useField<string | ''>('controlPlaneAgents');
const [{ name, value }, , { setValue }] = useField<string>('controlPlaneAgents');
const [current, setCurrent] = React.useState<string>('3');

const options: ControlPlaneNodesOption[] = [
Expand Down

0 comments on commit 7e24b8c

Please sign in to comment.