Browse Source

refactor: show webhook tab (#8871)

Co-authored-by: Pranav C <pranavxc@gmail.com>
pull/8878/head
Raju Udava 5 months ago committed by GitHub
parent
commit
3f564388df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      packages/nc-gui/components/smartsheet/Details.vue

2
packages/nc-gui/components/smartsheet/Details.vue

@ -85,7 +85,7 @@ watch(openedSubTab, () => {
</div> </div>
</a-tab-pane> </a-tab-pane>
<a-tab-pane v-if="isUIAllowed('hookList') && !isDataReadOnly" key="webhook"> <a-tab-pane v-if="isUIAllowed('hookList')" key="webhook">
<template #tab> <template #tab>
<div class="tab" data-testid="nc-webhooks-tab"> <div class="tab" data-testid="nc-webhooks-tab">
<GeneralIcon icon="webhook" class="tab-icon" :class="{}" /> <GeneralIcon icon="webhook" class="tab-icon" :class="{}" />

Loading…
Cancel
Save