Skip to content

Commit

Permalink
fix: reset search results when actions are reloaded
Browse files Browse the repository at this point in the history
fixes #155
  • Loading branch information
lilopkins committed Dec 6, 2023
1 parent bb77168 commit 8c22868
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testangel/src/ui/flows/header.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ impl Component for FlowsHeader {
}
FlowsHeaderInput::ActionsMapChanged(new_map) => {
self.action_map = new_map;
sender.input(FlowsHeaderInput::SearchForSteps(String::new()));
}
FlowsHeaderInput::AddStep(step_id) => {
// close popover
Expand Down

0 comments on commit 8c22868

Please sign in to comment.