From c397634fc8fdd3ad5eb5bff6a9824b28f9929471 Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Mon, 4 Nov 2024 10:33:56 +0100 Subject: [PATCH] rename aria-controls --- packages/web/src/components/tabbedPane.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/web/src/components/tabbedPane.tsx b/packages/web/src/components/tabbedPane.tsx index 9ac3deb0b0..3b377f1d1d 100644 --- a/packages/web/src/components/tabbedPane.tsx +++ b/packages/web/src/components/tabbedPane.tsx @@ -53,7 +53,7 @@ export const TabbedPane: React.FunctionComponent<{ void, - 'aria-controls'?: string, -}> = ({ id, title, count, errorCount, selected, onSelect, 'aria-controls': ariaControls }) => { + ariaControls?: string, +}> = ({ id, title, count, errorCount, selected, onSelect, ariaControls }) => { return
onSelect?.(id)} role='tab'