mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
fix(explore): Error message not displayed correctly in Timeseries table chart (#12659)
* Fix error message not displayed correctly in Timeseries table chart * Fix lint error
This commit is contained in:
committed by
GitHub
parent
e1db016a6c
commit
a90ebd94d4
@@ -228,9 +228,7 @@ const TimeTable = ({
|
||||
}
|
||||
}
|
||||
>
|
||||
{errorMsg ? (
|
||||
{ errorMsg }
|
||||
) : (
|
||||
{errorMsg || (
|
||||
<span style={{ color }}>
|
||||
<FormattedNumber num={v} format={column.d3format} />
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user