[Dashboard bug] Slice doesn't show loading icon when loading (#3834)

This commit is contained in:
Grace Guo
2017-11-13 16:07:15 -08:00
committed by GitHub
parent 3f076b00cd
commit eb5d220b5e
3 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ export const chartPropType = {
export const chart = {
chartKey: '',
chartAlert: null,
chartStatus: null,
chartStatus: 'loading',
chartUpdateEndTime: null,
chartUpdateStartTime: now(),
latestQueryFormData: null,