Fix broken trace views for accessibility/IM.

Due to new UI, Accessibility Trace and IM Trace views were broken. This
CL passes values in for presentTags and presentErrors to ensure the
views display as expected.

Bug: b/197628035

Test: run a trace with all checkboxes ticked and ensure the views
display as expected.

Change-Id: Iad98ab88b0250447ead72c5bcf467f8873d25182
This commit is contained in:
Priyanka
2021-08-24 14:45:30 +00:00
committed by Priyanka Patel
parent 11de296e46
commit c132b4643c
2 changed files with 9 additions and 1 deletions

View File

@@ -14,7 +14,13 @@
-->
<template>
<TraceView :store="store" :file="file" :summarizer="summarizer" />
<TraceView
:store="store"
:file="file"
:summarizer="summarizer"
:presentTags="[]"
:presentErrors="[]"
/>
</template>
<script>

View File

@@ -66,6 +66,8 @@
v-else-if="showInTraceView(file)"
:store="store"
:file="file"
:presentTags="[]"
:presentErrors="[]"
ref="view"
/>
<div v-else>