mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
added default crash details
This commit is contained in:
parent
e3ea0bf1ef
commit
ee5daf47ce
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user