Skip to content

Commit

Permalink
deselect node types
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig O'Donnell committed Feb 9, 2024
1 parent e4a3f72 commit 25ecfc0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/src/components/apps/EmbeddedClusterManagement.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,8 @@ const EmbeddedClusterManagement = ({
if (nodeTypes.length === 1) {
// if there's only one node type, select it by default
setSelectedNodeTypes(nodeTypes);
} else {
setSelectedNodeTypes([]);
}
}, [rolesData]);

Expand Down

0 comments on commit 25ecfc0

Please sign in to comment.