mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 10:06:38 +00:00
fix: disable webhook body configuration in EE
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
@@ -72,7 +72,7 @@ let hookRef = reactive<
|
||||
version: 'v2',
|
||||
})
|
||||
|
||||
const isBodyShown = ref(hookRef.version === 'v1' || (hookRef.version === 'v2' && appInfo.value.ee))
|
||||
const isBodyShown = ref(hookRef.version === 'v1')
|
||||
|
||||
const urlTabKey = ref(isBodyShown.value ? 'body' : 'params')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user