add filter not collapsed if filter is on

This commit is contained in:
ludo
2023-10-17 17:47:25 +02:00
parent f3b9db1a6f
commit a9432bd3c1
3 changed files with 15 additions and 3 deletions

View File

@@ -53,7 +53,7 @@ class CategoryController extends Controller
'tags' => TagGroups::getWithTagsAndCountOffers($categoryId),
];
dump($data);
// dump($data);
// exit;
return view('Shop.Shelves.shelve', $data);
}