Browse Source

fix: hide group button for webhook filter

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/2670/head
Pranav C 2 years ago
parent
commit
da02ef9eaa
  1. 2
      packages/nc-gui/components/project/spreadsheet/components/ColumnFilter.vue

2
packages/nc-gui/components/project/spreadsheet/components/ColumnFilter.vue

@ -144,7 +144,7 @@
<!-- Add Filter -->
{{ $t('activity.addFilter') }}
</v-btn>
<v-btn small class="elevation-0 grey--text my-3" @click.stop="addFilterGroup">
<v-btn v-if="!webHook" small class="elevation-0 grey--text my-3" @click.stop="addFilterGroup">
<v-icon small color="grey"> mdi-plus</v-icon>
Add Filter Group
<!-- todo: add i18n {{ $t('activity.addFilterGroup') }}-->

Loading…
Cancel
Save