debugger: Fix new session modal not having worktree scenarios (#29453)

Closes #ISSUE

Release Notes:

- N/A
This commit is contained in:
Piotr Osiewicz 2025-04-26 02:16:21 +02:00 committed by GitHub
parent 67615b968b
commit d46890978a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 11 additions and 1 deletions

View file

@ -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()
});