Skip to content

Commit

Permalink
Update frontend/src/lib/lemon-ui/LemonTable/LemonTable.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Obermüller <[email protected]>
  • Loading branch information
daibhin and thmsobrmlr authored Dec 5, 2023
1 parent 62795f4 commit e7d8165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/lib/lemon-ui/LemonTable/LemonTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export interface LemonTableProps<T extends Record<string, any>> {
inset?: boolean
/** An embedded table has no border around it and no background. This way it blends better into other components. */
embedded?: boolean
/** Whether a table background and inner borders should be shown. **/
/** Whether to hide the table background and inner borders. **/
stealth?: boolean
loading?: boolean
pagination?: PaginationAuto | PaginationManual
Expand Down

0 comments on commit e7d8165

Please sign in to comment.