summaryrefslogtreecommitdiffhomepage
path: root/internal/tui/components
diff options
context:
space:
mode:
Diffstat (limited to 'internal/tui/components')
-rw-r--r--internal/tui/components/logs/table.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/tui/components/logs/table.go b/internal/tui/components/logs/table.go
index 47cc6334b..feca0fe55 100644
--- a/internal/tui/components/logs/table.go
+++ b/internal/tui/components/logs/table.go
@@ -172,6 +172,7 @@ func (i *tableCmp) updateRows() {
}
rows = append(rows, row)
}
+
i.table.SetRows(rows)
}