Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(treeDetails): skip processing if test_id is None
Added a check in `TreeDetails` view to skip processing rows where `test_id` is `None`. This prevents unnecessary processing and potential errors when `test_id` is not present in the row data.
- Loading branch information