From 59c4af5db6bcf30a7c90fd08e140704315ee9de1 Mon Sep 17 00:00:00 2001 From: Randall Stillwell Date: Wed, 11 Mar 2026 18:40:29 -0500 Subject: [PATCH] Show placeholder text in filter dropdowns instead of __all__ Pass null instead of "__all__" as the Select value when no filter is active, so the placeholder text (Visit Type, Attendance, Service) is displayed by the base-ui SelectValue component. Made-with: Cursor --- src/components/cards/filters.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/cards/filters.tsx b/src/components/cards/filters.tsx index aba1e1f..bb45573 100644 --- a/src/components/cards/filters.tsx +++ b/src/components/cards/filters.tsx @@ -85,7 +85,7 @@ export function Filters({