diff --git a/cli/src/commands/get/custom_label_trend_report.rs b/cli/src/commands/get/custom_label_trend_report.rs index 32b88566..afa65216 100644 --- a/cli/src/commands/get/custom_label_trend_report.rs +++ b/cli/src/commands/get/custom_label_trend_report.rs @@ -99,6 +99,7 @@ pub fn pop_label_selection(prompt: &str, label_defs: &mut Vec) -> Resu Ok(label_inclusion_selections .iter() + .rev() .map(|selection| label_defs.remove(*selection).name) .collect()) }