Skip to content

Commit

Permalink
update TargetSelect.tsx 10
Browse files Browse the repository at this point in the history
  • Loading branch information
aali309 committed Jan 17, 2024
1 parent 3fe26f7 commit bfe7fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/TargetView/TargetSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export const TargetSelect: React.FC<TargetSelectProps> = ({ onSelect, simple, ..
<MenuToggle
aria-label="Select Target"
ref={toggleRef}
onClick={() => handleSelect()}
onClick={() => handleSelect(undefined,undefined,true)}
isExpanded={isExpanded}
icon={<ContainerNodeIcon />}
variant='plain'
Expand Down

0 comments on commit bfe7fcb

Please sign in to comment.