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 4be5781 commit c4e7e7dCopy full SHA for c4e7e7d
web-app/src/views/MetaKG.vue
@@ -257,11 +257,11 @@
257
<table class="edge-table" style="font-size: x-small">
258
<tr v-for="item in hit?.api" :key="item.id">
259
<td>
260
- <small>{{ item.name }}</small>
+ <small>{{ item.api.name }}</small>
261
</td>
262
263
<router-link
264
- :to="{ path: '/registry', query: { q: item?.smartapi?.id } }"
+ :to="{ path: '/registry', query: { q: item?.api?.smartapi?.id } }"
265
target="_blank"
266
class="mr-1 p-1"
267
>
@@ -270,7 +270,7 @@
270
271
272
273
- :to="{ path: '/ui/' + item?.smartapi?.id }"
+ :to="{ path: '/ui/' + item?.api?.smartapi?.id }"
274
275
276
0 commit comments