From c6cb62c86db76bfbdf3b05454a27407c4ca5514a Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 23 Feb 2025 05:23:09 -0600 Subject: [PATCH] sends the table across --- droplet.update.go | 1 + 1 file changed, 1 insertion(+) diff --git a/droplet.update.go b/droplet.update.go index 4e1ffa2..0c935f5 100644 --- a/droplet.update.go +++ b/droplet.update.go @@ -49,6 +49,7 @@ func (mt *DropletsTable) Update() { } */ } + mt.parent.ShowTable(mt.pb) } func (mt *DropletsTable) updateStringFunc(name string) bool {