Skip to content

Commit

Permalink
add id
Browse files Browse the repository at this point in the history
  • Loading branch information
miaawong committed Aug 21, 2024
1 parent 6c3138d commit 60fa425
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/components/apps/EmbeddedClusterManagement.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@ const EmbeddedClusterManagement = ({
<p className="tw-text-gray-600 tw-font-semibold">Roles: </p>
{rolesData.roles.map((nodeType) => (
<div
id="nodeType-selector"
key={nodeType}
className={classNames(
"tw-border-[1px] tw-border-solid tw-border-[#326DE6] tw-rounded tw-px-2 tw-py-2 tw-flex tw-items-center tw-cursor-pointer",
Expand Down

0 comments on commit 60fa425

Please sign in to comment.