fix(web): 修复api引用错误
This commit is contained in:
@@ -94,7 +94,7 @@ function FlowEditor(props: FlowEditorProps) {
|
|||||||
onConnect(connection)
|
onConnect(connection)
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
messageApi.error(e.toString())
|
message.error(e.toString())
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
|
|||||||
Reference in New Issue
Block a user