Skip to content

Commit b2999dc

Browse files
committed
chore: remove unnecessary check for empty storeTools in ToolStoreDialog
1 parent 4f6ee88 commit b2999dc

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -222,11 +222,6 @@ async function getStoreToolList() {
222222
tool.desc = tool.description
223223
})
224224
225-
if (storeTools.length === 0) {
226-
filterList.value = []
227-
return
228-
}
229-
230225
categories.value = tags.map((tag: any) => ({
231226
id: tag.key,
232227
title: tag.name, // 国际化

0 commit comments

Comments
 (0)