mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
feat(header): remove no-presets placeholder from filter presets section
The no-presets placeholder element has been removed from the filter presets section in the header component. This change likely indicates that the application now handles empty presets states differently, possibly through dynamic content rendering or alternative UI patterns.
This commit is contained in:
@@ -140,7 +140,6 @@
|
||||
<div class="filter-section presets-section">
|
||||
<h4>{{ t('header.filter.presets') }}</h4>
|
||||
<div class="filter-presets" id="filterPresets">
|
||||
<div class="no-presets">{{ t('header.filter.noPresets') }}</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user