Skip to content

Commit

Permalink
Removed redundant prop (deephaven#2065)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Jun 11, 2024
1 parent 396f5d8 commit 4d0b951
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export interface PickerNormalizedProps
normalizedItems: (NormalizedItem | NormalizedSection)[];
showItemIcons: boolean;
getInitialScrollPosition?: () => Promise<number | null | undefined>;
onScroll?: (event: Event) => void;
}

/**
Expand Down

0 comments on commit 4d0b951

Please sign in to comment.