fix(FilterBar): close fragment opened around phase filter and advanced section
All checks were successful
Build and Push Docker Images / Build Backend (FastAPI) (push) Successful in 32s
Build and Push Docker Images / Build Frontend (Next.js) (push) Successful in 1m7s
Build and Push Docker Images / Build Pipeline (Meltano + dbt + Airflow) (push) Successful in 31s
Build and Push Docker Images / Trigger Portainer Update (push) Successful in 1s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-29 20:21:11 +01:00
parent 1009d7c976
commit 9c9528b51b

View File

@@ -252,6 +252,7 @@ export function FilterBar({ filters, isHero, resultFilters }: FilterBarProps) {
</div> </div>
)} )}
</div> </div>
</>
)} )}
</div> </div>
); );