kristw commented on a change in pull request #6294: Wrap <LoadableRenderer />
with <ErrorBoundary />
URL:
https://github.com/apache/incubator-superset/pull/6294#discussion_r231724981
##########
File path: superset/assets/src/visualizations/TimeTable/transformProps.js
##########
@@ -1,7 +1,7 @@
export default function transformProps(chartProps) {
const { height, datasource, formData, payload } = chartProps;
+ const columnCollection = formData.columnCollection || [];
const {
- columnCollection,
Review comment:
Can do `columnCollection = []` to default to `[]`
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]