Skip to content

Commit

Permalink
fix lint issue
Browse files Browse the repository at this point in the history
Signed-off-by: everettraven <[email protected]>
  • Loading branch information
everettraven committed Jun 15, 2024
1 parent 9ed1d0d commit 3524907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/charm/models/panels/table/table.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func New(keys KeyMap, table *buoytypes.Table, styles Styles) *Model {
SelectableRows(false).
HighlightStyle(styles.SelectedRow).
WithBaseStyle(styles.TextAlignment).
WithPageSize(table.PageSize).
WithPageSize(pageSize).
WithHorizontalFreezeColumnCount(1).
WithMultiline(true).
WithTargetWidth(width).
Expand Down

0 comments on commit 3524907

Please sign in to comment.