Browse Source

fix(nc-gui): broken div

pull/5349/head
Wing-Kam Wong 1 year ago
parent
commit
46170ac6e3
  1. 2
      packages/nc-gui/components/webhook/Editor.vue

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

@ -714,7 +714,7 @@ onMounted(async () => {
<a-row>
<a-col :span="24">
<div v-if="!(hook.version === 'v2' && hook.type === 'URL')" class="text-gray-600">
<div class="flex items-center"></div>
<div class="flex items-center">
<em>Use context variable <strong>data</strong> to refer the record under consideration</em>
<a-tooltip bottom>

Loading…
Cancel
Save