mirror of
https://github.com/apache/superset.git
synced 2026-04-24 02:25:13 +00:00
[Dashboard bug] Slice doesn't show loading icon when loading (#3834)
This commit is contained in:
@@ -20,7 +20,7 @@ export const chartPropType = {
|
||||
export const chart = {
|
||||
chartKey: '',
|
||||
chartAlert: null,
|
||||
chartStatus: null,
|
||||
chartStatus: 'loading',
|
||||
chartUpdateEndTime: null,
|
||||
chartUpdateStartTime: now(),
|
||||
latestQueryFormData: null,
|
||||
|
||||
Reference in New Issue
Block a user