add lazysql menu action

This commit is contained in:
2026-04-24 00:25:06 +02:00
parent 5da8fffed0
commit 348aac20ae
3 changed files with 21 additions and 6 deletions

View File

@ -255,8 +255,7 @@ sub select_experiment {
}
my @selected_experiments =
TUI::select_from_list( "Select Archived Experiment to Open",
$multi, @exp_with_notes );
TUI::select_from_list( "Select Experiment", $multi, @exp_with_notes );
die "No experiment selected" unless @selected_experiments;
map { s/(.*?)\s+\(Note:.+\)$/$1/ } @selected_experiments;