Skip to content

Commit

Permalink
Recorrect DatasetPanelProps
Browse files Browse the repository at this point in the history
  • Loading branch information
lyndsiWilliams committed Oct 21, 2022
1 parent d9501c6 commit eb9a0d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import Icons from 'src/components/Icons';
import { EmptyStateBig } from 'src/components/EmptyState';

type DatasetPanelProps = {
tableName?: string;
tableName?: string | null;
};

const StyledEmptyStateBig = styled(EmptyStateBig)`
Expand Down

0 comments on commit eb9a0d8

Please sign in to comment.