diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-24 10:35:13 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-24 10:35:13 +0200 |
| commit | a403ca152b6268eacf2804c2d857ead16af37ef3 (patch) | |
| tree | 6df1ebaa0e2a68f2dfc6c17b9987ae8fbff3129c /internal/tui/export | |
| parent | 791c7aa9e573e80e90ba37e07c8791f280e74d9a (diff) | |
tui: address review feedback for dashboard and export
Diffstat (limited to 'internal/tui/export')
| -rw-r--r-- | internal/tui/export/model.go | 3 |
1 files changed, 1 insertions, 2 deletions
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 ) |
