Skip to content

Commit 2433dce

Browse files
committed
Revert "revert this commit!"
This reverts commit 2a2e22f.
1 parent 64b4f28 commit 2433dce

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.storybook/components/Footer.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ import {
1414
Text,
1515
} from '@ui5/webcomponents-react';
1616
import type { CommonProps } from '@ui5/webcomponents-react-base';
17-
import { BarChart } from '@ui5/webcomponents-react-charts';
18-
import type { BarChartProps } from '@ui5/webcomponents-react-charts';
1917
import { clsx } from 'clsx';
2018
import { useRef, useState } from 'react';
2119
import { createPortal } from 'react-dom';
@@ -32,13 +30,9 @@ export const Footer = (props: CommonProps) => {
3230
setPPOpen((prev) => !prev);
3331
};
3432

35-
const barChartProps: BarChartProps = { dimensions: [], measures: [], dataset: [] };
36-
3733
return createPortal(
3834
<footer {...props} className={clsx(classes.footer, className)}>
3935
<div ref={footerRef} className={classes.content}>
40-
{/*todo: remove test component again*/}
41-
<BarChart {...barChartProps} />
4236
<FlexBox
4337
justifyContent={FlexBoxJustifyContent.SpaceBetween}
4438
alignItems={FlexBoxAlignItems.Center}

0 commit comments

Comments
 (0)