File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,6 @@ import {
1414 Text ,
1515} from '@ui5/webcomponents-react' ;
1616import type { CommonProps } from '@ui5/webcomponents-react-base' ;
17- import { BarChart } from '@ui5/webcomponents-react-charts' ;
18- import type { BarChartProps } from '@ui5/webcomponents-react-charts' ;
1917import { clsx } from 'clsx' ;
2018import { useRef , useState } from 'react' ;
2119import { 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 }
You can’t perform that action at this time.
0 commit comments