StatPanel: Return base color when there is no value set (#22690)

This commit is contained in:
Tobias Skarhed 2020-03-10 16:57:23 +01:00 committed by GitHub
parent 5f94d31da9
commit 9a67e94618
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -260,6 +260,7 @@ function createNoValuesFieldDisplay(options: GetFieldDisplayValuesOptions): Fiel
display: { display: {
text, text,
numeric: 0, numeric: 0,
color: display.color,
}, },
}; };
} }