Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Oct 15, 2024
1 parent 3da3fef commit cc6555e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/TreeSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,6 @@ const TreeSelect = React.forwardRef<BaseSelectRef, TreeSelectProps>((props, ref)
let rawDisabled: boolean | undefined;

const entity = valueEntities.get(rawValue);
const a = entity.node;

// Fill missing label & status
if (entity) {
Expand Down

0 comments on commit cc6555e

Please sign in to comment.