We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a7b0e0 commit b4e33cdCopy full SHA for b4e33cd
packages/module/src/DataViewTh/DataViewTh.tsx
@@ -60,7 +60,6 @@ export const DataViewTh: FC<DataViewThProps> = ({
60
const resizeButtonAriaLabel = resizableProps?.resizeButtonAriaLabel || `Resize ${content}`;
61
const onResize = resizableProps?.onResize || undefined;
62
const screenreaderText = resizableProps?.screenreaderText || `Column ${width} pixels`;
63
- console.log('sr text', resizableProps?.screenreaderText);
64
65
const resizeButtonRef = useRef<HTMLButtonElement>(null);
66
const setInitialVals = useRef(true);
0 commit comments