chore: remove unnecessary check for empty storeTools in ToolStoreDialog

This commit is contained in:
CaptainB 2025-10-10 15:19:54 +08:00
parent 4f6ee88a1c
commit b2999dc1bc

View File

@ -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, //