mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-24 22:52:12 -03:00
fix: enable prompt search functionality in recipes page
- Add prompt option to recipes default searchOptions state - Update SearchManager to propagate prompt option to backend
This commit is contained in:
@@ -103,6 +103,7 @@ export const state = {
|
||||
tags: true,
|
||||
loraName: true,
|
||||
loraModel: true,
|
||||
prompt: true,
|
||||
recursive: getStorageItem('recipes_recursiveSearch', true),
|
||||
},
|
||||
filters: {
|
||||
|
||||
Reference in New Issue
Block a user