We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70ef8c0 commit 6074272Copy full SHA for 6074272
current_results_ui/lib/results.dart
@@ -39,7 +39,7 @@ class ResultsPanel extends StatelessWidget {
39
}
40
41
final counts = queryResults.counts;
42
- final tabController = DefaultTabController.of(context);
+ final tabController = Provider.of<TabController>(context);
43
44
bool isFailed(String name) => counts[name]!.countFailing > 0;
45
bool isFlaky(String name) => counts[name]!.countFlaky > 0;
0 commit comments