mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
feat: Update recursive search option to default to true and remove related UI elements
This commit is contained in:
@@ -673,7 +673,6 @@ export class BaseModelApiClient {
|
||||
}
|
||||
}
|
||||
}
|
||||
params.append('recursive', (pageState.searchOptions?.recursive ?? false).toString());
|
||||
|
||||
if (pageState.filters) {
|
||||
if (pageState.filters.tags && pageState.filters.tags.length > 0) {
|
||||
|
||||
Reference in New Issue
Block a user