Added resultType for error message

This commit is contained in:
Ozzie Gooen 2022-06-01 21:41:24 -07:00
parent 800a832a06
commit 6aef52ef79

View File

@ -71,7 +71,7 @@ export const FunctionChart: React.FC<FunctionChartProps> = ({
default:
return (
<MessageAlert heading="Function Display Not Supported">
There is no function visualization for this type of output
There is no function visualization for this type of output: <span className="font-bold">{resultType}</span>
</MessageAlert>
);
}