Skip to content

Commit 7dbd70f

Browse files
committed
chore: map tool description to desc in ToolStoreDialog
1 parent 483538a commit 7dbd70f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ui/src/views/tool/toolStore/ToolStoreDialog.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,10 @@ async function getStoreToolList() {
219219
const res = await ToolStoreApi.getStoreToolList({ name: searchValue.value }, loading)
220220
const tags = res.data.additionalProperties.tags
221221
const storeTools = res.data.apps
222+
//
223+
storeTools.forEach((tool: any) => {
224+
tool.desc = tool.description
225+
})
222226
223227
if (storeTools.length === 0) {
224228
filterList.value = []

0 commit comments

Comments
 (0)