mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
chore: remove unnecessary check for empty storeTools in ToolStoreDialog
This commit is contained in:
parent
a2600ea98c
commit
f31a8d380a
|
|
@ -222,11 +222,6 @@ async function getStoreToolList() {
|
|||
tool.desc = tool.description
|
||||
})
|
||||
|
||||
if (storeTools.length === 0) {
|
||||
filterList.value = []
|
||||
return
|
||||
}
|
||||
|
||||
categories.value = tags.map((tag: any) => ({
|
||||
id: tag.key,
|
||||
title: tag.name, // 国际化
|
||||
|
|
|
|||
Loading…
Reference in New Issue