fix(web): 修复api引用错误

This commit is contained in:
v-zhangjc9
2025-07-21 10:08:37 +08:00
parent 1e3e14c590
commit 82ad3e7854

View File

@@ -94,7 +94,7 @@ function FlowEditor(props: FlowEditorProps) {
onConnect(connection)
} catch (e) {
// @ts-ignore
messageApi.error(e.toString())
message.error(e.toString())
}
}}
// @ts-ignore