add lazysql menu action
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user