Skip to content

Commit

Permalink
close #396 : Create Experiments From Overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvrajjsingh0 committed Jan 30, 2025
1 parent e378cd0 commit 5bc537b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions crates/frontend/src/pages/context_override.rs
Original file line number Diff line number Diff line change
Expand Up @@ -305,14 +305,6 @@ pub fn context_override() -> impl IntoView {
enqueue_alert(e.to_string(), AlertType::Error, 5000);
}
};
// let conditions = extract_conditions(&Value::Object(context.condition.into()));

// selected_context_ws.set(Some(Data {
// context: conditions,
// overrides: overrides.into_iter().collect::<Vec<(String, Value)>>(),
// }));

// open_drawer("create_exp_drawer");
});

let on_context_clone = Callback::new(move |data: (Context, Map<String, Value>)| {
Expand Down

0 comments on commit 5bc537b

Please sign in to comment.