mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-05 01:47:04 +00:00
refactor(nc-gui): remove unused info
This commit is contained in:
@@ -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="{
|
||||
|
||||
Reference in New Issue
Block a user