Skip to content

Commit 898249d

Browse files
Update packages/main/src/components/AnalyticalTable/hooks/useStyling.ts
Co-authored-by: Marcus Notheis <[email protected]>
1 parent e464a57 commit 898249d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/main/src/components/AnalyticalTable/hooks/useStyling.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { CSSProperties } from 'react';
1010

1111
const getTableProps = (tableProps, { instance }) => {
1212
const { classes } = instance.webComponentsReactProperties;
13-
const classNames = StyleClassHelper.of(classes.table, GlobalStyleClasses.sapScrollBar);
13+
const classNames = StyleClassHelper.of(classes.table, GlobalStyleClasses.sapScrollBar).className;
1414
return [
1515
tableProps,
1616
{

0 commit comments

Comments
 (0)