Skip to content

Commit 00950b2

Browse files
committed
Fix table artifacts after refresh
1 parent b8e568d commit 00950b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

service/service.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ func (s *Service) handleSelected(row int, col int) {
105105

106106
func (s *Service) refreshTable() {
107107
s.fetchInstances()
108+
s.table.Clear()
108109
s.updateTable()
109110
}
110111

0 commit comments

Comments
 (0)