@@ -277,7 +277,6 @@ const getTools = (criterionType) => {
|
||||
return standard?.tools || []
|
||||
}
|
||||
const getCustomizeStandardsTools = (toolNames) => {
|
||||
if(toolNames.length<=0) return config.customizeStandards
|
||||
const filteredTools = config.customizeStandards.filter(item => toolNames.includes(item.toolName))
|
||||
return filteredTools || []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user