You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2021/09/24 02:08:28 UTC

[GitHub] [skywalking-rocketbot-ui] wu-sheng commented on a change in pull request #541: fix: In the trace panel, select service from the drop-down box, and click invalid when search

wu-sheng commented on a change in pull request #541:
URL: https://github.com/apache/skywalking-rocketbot-ui/pull/541#discussion_r715269664



##########
File path: src/views/components/common/common-selector.vue
##########
@@ -60,8 +60,8 @@ limitations under the License. -->
           class="rk-common-opt ell"
           @click="handleSelect(i)"
           :class="{ active: i.key === value.key }"
-          v-for="i in filterData"
-          :key="i.key"
+          v-for="(i, idx) in filterData"
+          :key="idx"

Review comment:
       Does this effect the query condition?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org