diff options
Diffstat (limited to 'commands/patch/list.go')
-rw-r--r-- | commands/patch/list.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/patch/list.go b/commands/patch/list.go index e73cea3a..0451605b 100644 --- a/commands/patch/list.go +++ b/commands/patch/list.go @@ -88,7 +88,7 @@ func (l List) Execute(args []string) error { ) } - app.AddDialog(app.LargeDialog( + app.AddDialog(app.DefaultDialog( ui.NewBox(viewer, "Patch Management", "", app.SelectedAccountUiConfig(), ), |