diff --git a/packages/nc-gui-v2/components/webhook/Test.vue b/packages/nc-gui-v2/components/webhook/Test.vue index 74be2ed77f..9e60ff5570 100644 --- a/packages/nc-gui-v2/components/webhook/Test.vue +++ b/packages/nc-gui-v2/components/webhook/Test.vue @@ -26,7 +26,7 @@ watch( async function loadSampleData() { sampleData.value = { - data: $api.dbTableWebhook.samplePayloadGet(meta?.value?.id as string, hook?.operation), + data: await $api.dbTableWebhook.samplePayloadGet(meta?.value?.id as string, hook?.operation), user: $state.user.value as Record, } } @@ -40,7 +40,7 @@ onMounted(async () => { - +