mirror of
https://github.com/DayuanJiang/next-ai-draw-io.git
synced 2026-01-02 14:22:28 +08:00
minor: fix the prompt
This commit is contained in:
@@ -27,7 +27,6 @@ export default function Home() {
|
||||
|
||||
const loadDiagram = (chart: string) => {
|
||||
if (drawioRef.current) {
|
||||
console.log("xml before load", chart);
|
||||
drawioRef.current.load({
|
||||
xml: chart,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user