Skip to content

Commit

Permalink
fix ts error for TabPanels
Browse files Browse the repository at this point in the history
  • Loading branch information
dgodinez-dh committed Jan 6, 2025
1 parent 66be7a3 commit fdf67cd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions plugins/ui/src/js/src/elements/TabPanels.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ import {
TabPanelsProps as DHCTabPanelsProps,
} from '@deephaven/components';

export function TabPanels(
props: DHCTabPanelsProps<React.ReactNode>
): JSX.Element {
export function TabPanels(props: DHCTabPanelsProps<object>): JSX.Element {
const { UNSAFE_style: unsafeStyle, ...otherProps } = props;

return (
Expand Down

0 comments on commit fdf67cd

Please sign in to comment.