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