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 e464a57 commit 898249dCopy full SHA for 898249d
packages/main/src/components/AnalyticalTable/hooks/useStyling.ts
@@ -10,7 +10,7 @@ import { CSSProperties } from 'react';
10
11
const getTableProps = (tableProps, { instance }) => {
12
const { classes } = instance.webComponentsReactProperties;
13
- const classNames = StyleClassHelper.of(classes.table, GlobalStyleClasses.sapScrollBar);
+ const classNames = StyleClassHelper.of(classes.table, GlobalStyleClasses.sapScrollBar).className;
14
return [
15
tableProps,
16
{
0 commit comments