chore: remove unnecessary check for empty storeTools in ToolStoreDialog

This commit is contained in:
CaptainB 2025-10-10 15:19:54 +08:00 committed by 刘瑞斌
parent a2600ea98c
commit f31a8d380a

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