From 57bdd32ee7f5100d72240595a6dcf4866f359837 Mon Sep 17 00:00:00 2001 From: Wing-Kam Wong Date: Fri, 31 Mar 2023 13:50:45 +0800 Subject: [PATCH] fix(nc-gui): hook editor display --- packages/nc-gui/components/webhook/Editor.vue | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/packages/nc-gui/components/webhook/Editor.vue b/packages/nc-gui/components/webhook/Editor.vue index c04098fd7d..85c1462adc 100644 --- a/packages/nc-gui/components/webhook/Editor.vue +++ b/packages/nc-gui/components/webhook/Editor.vue @@ -63,6 +63,7 @@ const hook = reactive< }, condition: false, active: true, + version: 'v2', }) const urlTabKey = ref('params') @@ -628,7 +629,6 @@ onMounted(async () => { { { { { -
+
Use context variable data to refer the record under consideration