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:
Will Miao
2026-01-30 11:03:23 +08:00
parent 666db4cdd0
commit 77bfbe1bc9

View File

@@ -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>