Skip to content

Commit

Permalink
feat: Create Experiments from Overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvrajjsingh0 committed Feb 13, 2025
1 parent 76e3430 commit 95fd04c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/frontend/src/components/context_card.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ pub fn context_card(
<div class="h-fit text-right space-x-4">
<Show when=move || !edit_unsupported>
<button
class="btn-purple font-medium rounded-lg text-xs px-5 py-2 text-center me-1.5 mb-1.5 drawer-button"
on:click=move |_| {
handle_create_experiment.call((context.get_value(), overrides.get_value()));
}
Expand Down

0 comments on commit 95fd04c

Please sign in to comment.