Fixed side panel not showing

This commit is contained in:
Przemek Wiech 2020-09-09 17:31:30 +02:00
parent f6111d4d35
commit a904c02d01

View File

@ -326,6 +326,7 @@ export class App extends React.Component<RouteComponentProps, {}> {
state: AppState.SHOWING_CHART,
data,
selection: getSelection(data.chartData, args.selection),
showSidePanel: args.showSidePanel,
}),
);
} catch (error) {