Skip to content

Commit

Permalink
revert selectlist
Browse files Browse the repository at this point in the history
  • Loading branch information
jenny-s51 committed Aug 23, 2023
1 parent bc87313 commit 89387e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/demo-app-ts/src/utils/useTopologyOptions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export const useTopologyOptions = (

const renderNodeOptionsDropdown = () => {
const selectContent = (
<SelectList onChange={(isOpen) => setLayoutDropdownOpen(isOpen)}>
<SelectList>
<SelectOption
hasCheckbox
value="Labels"
Expand Down

0 comments on commit 89387e0

Please sign in to comment.