debugger: Fix new session modal not having worktree scenarios (#29453)
Closes #ISSUE Release Notes: - N/A
This commit is contained in:
parent
67615b968b
commit
d46890978a
3 changed files with 11 additions and 1 deletions
|
@ -555,6 +555,7 @@ impl Inventory {
|
|||
});
|
||||
}
|
||||
};
|
||||
|
||||
let new_templates = raw_tasks.into_iter().filter_map(|raw_template| {
|
||||
serde_json::from_value::<DebugScenario>(raw_template).log_err()
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue