From a403ca152b6268eacf2804c2d857ead16af37ef3 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 24 Feb 2026 10:35:13 +0200 Subject: tui: address review feedback for dashboard and export --- internal/tui/export/model.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'internal/tui/export') diff --git a/internal/tui/export/model.go b/internal/tui/export/model.go index 1e875e5..57612db 100644 --- a/internal/tui/export/model.go +++ b/internal/tui/export/model.go @@ -13,8 +13,7 @@ import ( type Option int const ( - OptionFlamegraph Option = iota - OptionCSV + OptionCSV Option = iota OptionCancel ) -- cgit v1.2.3