fixed prices, but still working on filters

This commit is contained in:
54CHA
2025-07-18 04:22:37 +03:00
parent b6f9d017d6
commit b7edd73ce0
2 changed files with 194 additions and 25 deletions

View File

@ -63,6 +63,7 @@ const FiltersPanelMobile: React.FC<FiltersPanelMobileProps> = ({
setLocalFilterValues({});
onSearchChange('');
// Сбрасываем фильтры в родительском компоненте
// Используем пустые массивы для правильной очистки
Object.keys(filterValues).forEach(key => {
onFilterChange?.(key, []);
});