diff --git a/ui/src/components/PageTabBar.tsx b/ui/src/components/PageTabBar.tsx index a1be3f2de4..432a3891fe 100644 --- a/ui/src/components/PageTabBar.tsx +++ b/ui/src/components/PageTabBar.tsx @@ -23,6 +23,7 @@ export function PageTabBar({ items, value, onValueChange, align = "center" }: Pa value={value} onChange={(e) => onValueChange(e.target.value)} className="h-9 rounded-md border border-border bg-background px-2 py-1 text-base focus:outline-none focus:ring-1 focus:ring-ring" + aria-label="Page section" > {items.map((item) => (