Skip to content

Commit

Permalink
update TargetSelect.tsx 9
Browse files Browse the repository at this point in the history
  • Loading branch information
aali309 committed Jan 17, 2024
1 parent 30c73eb commit 3fe26f7
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()}

Check failure on line 177 in src/app/TargetView/TargetSelect.tsx

View workflow job for this annotation

GitHub Actions / type-check (16.x)

Expected 3 arguments, but got 0.

Check failure on line 177 in src/app/TargetView/TargetSelect.tsx

View workflow job for this annotation

GitHub Actions / type-check (18.x)

Expected 3 arguments, but got 0.
isExpanded={isExpanded}
icon={<ContainerNodeIcon />}
variant='plain'
Expand Down

0 comments on commit 3fe26f7

Please sign in to comment.