From 51ebe99d1c721a644b61490eea127082d98d5cf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=B9=20=E6=9F=8F?= Date: Sun, 24 Sep 2023 00:12:42 +0900 Subject: [PATCH] FlowEditorPage2 --- frontend/src/pages/FlowEditorPage2.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/frontend/src/pages/FlowEditorPage2.vue b/frontend/src/pages/FlowEditorPage2.vue index 180c6d5..c9f25d6 100644 --- a/frontend/src/pages/FlowEditorPage2.vue +++ b/frontend/src/pages/FlowEditorPage2.vue @@ -104,9 +104,6 @@ const save = () =>{ flowCtrl.UpdateFlow({appid:'1',flowid:'flow123',eventid:'event123',name:'test',content:'[{"a":"b"}]'}); } } - - -