File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -267,13 +267,7 @@ PowerBIReport.propTypes = {
267267 * - runId (optional): scenario run identifier
268268 * - csmSimulationRun (optional): identifier of the csmSimulationRun
269269 */
270- visibleScenarios : PropTypes . arrayOf (
271- PropTypes . shape ( {
272- id : PropTypes . string . isRequired ,
273- runId : PropTypes . string ,
274- csmSimulationRun : PropTypes . string ,
275- } )
276- ) ,
270+ visibleScenarios : PropTypes . arrayOf ( PropTypes . object ) ,
277271 /**
278272 * Display ratio (width/height) of the PowerBI iframe, expressed as a number.
279273 */
Original file line number Diff line number Diff line change @@ -154,5 +154,5 @@ SupersetReport.propTypes = {
154154 } ) . isRequired ,
155155 scenario : PropTypes . object ,
156156 style : PropTypes . object ,
157- visibleScenarios : PropTypes . array ,
157+ visibleScenarios : PropTypes . arrayOf ( PropTypes . object ) ,
158158} ;
You can’t perform that action at this time.
0 commit comments