added filtering by catalo parent

This commit is contained in:
nabijonovdavronbek619@gmail.com
2026-03-10 12:16:26 +05:00
parent d03a340afb
commit f157c56b93

View File

@@ -27,6 +27,7 @@ export function CatalogSection() {
<div
onClick={() => {
setParent(item.id);
setParentID(item.id)
setOpenDropdowns((prev) => (prev === item.id ? null : item.id));
}}
className="flex items-center gap-2"