Commit 9a67e946 by Tobias Skarhed Committed by GitHub

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

parent 5f94d31d
......@@ -260,6 +260,7 @@ function createNoValuesFieldDisplay(options: GetFieldDisplayValuesOptions): Fiel
display: {
text,
numeric: 0,
color: display.color,
},
};
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment