Browse Source

refactor(nc-gui): remove unused info

pull/5349/head
Wing-Kam Wong 2 years ago
parent
commit
3d5e2a5321
  1. 18
      packages/nc-gui/components/webhook/Editor.vue

18
packages/nc-gui/components/webhook/Editor.vue

@ -686,24 +686,6 @@ onMounted(async () => {
<a-row>
<a-col :span="24">
<div class="text-gray-600">
<em>Use context variable <strong>data</strong> to refer the record under consideration</em>
<a-tooltip bottom>
<template #title>
<span> <strong>data</strong> : Row data <br /> </span>
</template>
<MdiInformation class="ml-2" />
</a-tooltip>
<div class="mt-3">
<a href="https://docs.nocodb.com/developer-resources/webhooks/" target="_blank">
<!-- Document Reference -->
{{ $t('labels.docReference') }}
</a>
</div>
</div>
<LazyWebhookTest
ref="webhookTestRef"
:hook="{

Loading…
Cancel
Save