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