Skip to content

Commit

Permalink
cleanup (deephaven#2074)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Jun 18, 2024
1 parent b693ddd commit 6c962c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jsapi-components/src/useViewportData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ export interface UseViewportDataProps<
table: TTable | null;
itemHeight?: number;
scrollDebounce?: number;
viewportSize?: number;
viewportPadding?: number;
viewportSize?: number;
deserializeRow?: RowDeserializer<TItem>;
}

Expand Down

0 comments on commit 6c962c5

Please sign in to comment.