mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
perf(dashboard): make loading datasets non-blocking (#15699)
This commit is contained in:
@@ -33,7 +33,7 @@ const propTypes = {
|
||||
annotationData: PropTypes.object,
|
||||
actions: PropTypes.object,
|
||||
chartId: PropTypes.number.isRequired,
|
||||
datasource: PropTypes.object.isRequired,
|
||||
datasource: PropTypes.object,
|
||||
// current chart is included by dashboard
|
||||
dashboardId: PropTypes.number,
|
||||
// original selected values for FilterBox viz
|
||||
|
||||
Reference in New Issue
Block a user