Merge pull request 'fix(ui): ברירת-מחדל של ספריית הפסיקה — החלטות ועדות ערר ראשונות' (#75) from worktree-fix+precedents-default-committee into main
All checks were successful
Build & Deploy / build-and-deploy (push) Successful in 1m31s
All checks were successful
Build & Deploy / build-and-deploy (push) Successful in 1m31s
This commit was merged in pull request #75.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user