Skip to content

Commit c4e7e7d

Browse files
committed
fix metakg explorer api list
1 parent 4be5781 commit c4e7e7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web-app/src/views/MetaKG.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -257,11 +257,11 @@
257257
<table class="edge-table" style="font-size: x-small">
258258
<tr v-for="item in hit?.api" :key="item.id">
259259
<td>
260-
<small>{{ item.name }}</small>
260+
<small>{{ item.api.name }}</small>
261261
</td>
262262
<td>
263263
<router-link
264-
:to="{ path: '/registry', query: { q: item?.smartapi?.id } }"
264+
:to="{ path: '/registry', query: { q: item?.api?.smartapi?.id } }"
265265
target="_blank"
266266
class="mr-1 p-1"
267267
>
@@ -270,7 +270,7 @@
270270
</td>
271271
<td>
272272
<router-link
273-
:to="{ path: '/ui/' + item?.smartapi?.id }"
273+
:to="{ path: '/ui/' + item?.api?.smartapi?.id }"
274274
target="_blank"
275275
class="mr-1 p-1"
276276
>

0 commit comments

Comments
 (0)