Skip to content

Commit

Permalink
Optional
Browse files Browse the repository at this point in the history
  • Loading branch information
doggan committed Sep 5, 2023
1 parent 4f86f46 commit b3d3e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/desktop-client/src/components/table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@ type TableProps = {
count?: number;
headers?: ReactNode | TableHeaderProps['headers'];
contentHeader?: ReactNode;
loading: boolean;
loading?: boolean;
rowHeight?: number;
backgroundColor?: string;
renderItem: (arg: {
Expand Down

0 comments on commit b3d3e0d

Please sign in to comment.