Added resultType for error message
This commit is contained in:
parent
800a832a06
commit
6aef52ef79
|
@ -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>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user