From 67f398c8bbec62f54484a5d09e1e91fe42438b24 Mon Sep 17 00:00:00 2001 From: Pranav C <61551451+pranavxc@users.noreply.github.com> Date: Wed, 30 Jun 2021 19:07:29 +0530 Subject: [PATCH] feat: add axios config link Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com> --- .../nc-gui/components/project/tableTabs/webhook/httpWebhook.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/nc-gui/components/project/tableTabs/webhook/httpWebhook.vue b/packages/nc-gui/components/project/tableTabs/webhook/httpWebhook.vue index 5a0a3c6e50..e0187943e2 100644 --- a/packages/nc-gui/components/project/tableTabs/webhook/httpWebhook.vue +++ b/packages/nc-gui/components/project/tableTabs/webhook/httpWebhook.vue @@ -66,6 +66,7 @@ :options="{validate:true,documentFormattingEdits:true,foldingRanges:true}" > + For more about auth option refer axios docs.