Browse Source

feat(nc-gui): update doc link in CallLog.vue

pull/5349/head
Wing-Kam Wong 1 year ago
parent
commit
7ade5a8d71
  1. 4
      packages/nc-gui/components/webhook/CallLog.vue

4
packages/nc-gui/components/webhook/CallLog.vue

@ -65,8 +65,8 @@ onBeforeMount(async () => {
<span v-else> Upgrade to Enterprise Edition to show all the logs. </span> <span v-else> Upgrade to Enterprise Edition to show all the logs. </span>
</span> </span>
<span> <span>
<!-- TODO: update the link --> For additional configuration options, please refer the documentation
For additional configuration options, please refer the documentation <a href="#" target="_blank">here</a>. <a href="https://docs.nocodb.com/developer-resources/webhooks#call-log" target="_blank">here</a>.
</span> </span>
</a-card> </a-card>

Loading…
Cancel
Save