mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 11:26:41 +00:00
chore(nc-gui): hide auth in webhook
This commit is contained in:
@@ -588,14 +588,15 @@ onMounted(async () => {
|
||||
<LazyApiClientHeaders v-model="hook.notification.payload.headers" />
|
||||
</a-tab-pane>
|
||||
|
||||
<a-tab-pane key="auth" tab="Auth">
|
||||
<LazyMonacoEditor v-model="hook.notification.payload.auth" class="min-h-60 max-h-80" />
|
||||
<!-- No in use at this moment -->
|
||||
<!-- <a-tab-pane key="auth" tab="Auth">-->
|
||||
<!-- <LazyMonacoEditor v-model="hook.notification.payload.auth" class="min-h-60 max-h-80" />-->
|
||||
|
||||
<span class="text-gray-500 prose-sm p-2">
|
||||
For more about auth option refer
|
||||
<a class="prose-sm" href="https://github.com/axios/axios#request-config" target="_blank">axios docs</a>.
|
||||
</span>
|
||||
</a-tab-pane>
|
||||
<!-- <span class="text-gray-500 prose-sm p-2">-->
|
||||
<!-- For more about auth option refer-->
|
||||
<!-- <a class="prose-sm" href ="https://github.com/axios/axios#request-config" target="_blank">axios docs</a>.-->
|
||||
<!-- </span>-->
|
||||
<!-- </a-tab-pane>-->
|
||||
</a-tabs>
|
||||
</a-col>
|
||||
</a-row>
|
||||
|
||||
Reference in New Issue
Block a user