added default crash details

This commit is contained in:
srgooglo 2022-05-31 20:15:53 +02:00
parent e3ea0bf1ef
commit ee5daf47ce

View File

@ -4,7 +4,11 @@ import { Result, Button } from "antd"
import "./index.less"
export const CrashComponent = (props) => {
const { crash } = props
const {
crash = {
details: "Unknown error",
}
} = props
return <Result
status="error"