fix(ui): ברירת-מחדל של ספריית הפסיקה — החלטות ועדות ערר ראשונות

מתג-המקטעים נפתח כעת על "החלטות ועדות ערר" (הקורפוס המרכזי של היו"ר)
במקום "פסיקת בתי משפט".

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-06 17:26:49 +00:00
parent 7a2865339c
commit a3ef9e5e34

View File

@@ -456,7 +456,8 @@ export function LibraryListPanel() {
const [editingId, setEditingId] = useState<string | null>(null);
// Which of the two corpora to show. Both queries stay mounted (counts +
// cross-table polling), but only the active table renders — no long scroll.
const [view, setView] = useState<"court" | "committee">("court");
// Default to committee decisions (the chair's primary corpus).
const [view, setView] = useState<"court" | "committee">("committee");
const sharedFilters = {
practiceArea: practiceArea || undefined,