mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-05 15:40:10 +00:00
[Manager] Fix node pack icons not displaying in search results (#3366)
This commit is contained in:
@@ -67,7 +67,8 @@ const RETRIEVE_ATTRIBUTES: SearchAttribute[] = [
|
||||
'repository_url',
|
||||
'latest_version_status',
|
||||
'comfy_node_extract_status',
|
||||
'id'
|
||||
'id',
|
||||
'icon_url'
|
||||
]
|
||||
|
||||
export interface NodesIndexSuggestion {
|
||||
|
||||
Reference in New Issue
Block a user