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
4f6ee88a1c
commit
b2999dc1bc
|
|
@ -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