Browse Source

chore(gui): lint

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/3713/head
Pranav C 2 years ago
parent
commit
84a4da6b3f
  1. 2
      packages/nc-gui/components/smartsheet-toolbar/ColumnFilter.vue

2
packages/nc-gui/components/smartsheet-toolbar/ColumnFilter.vue

@ -281,7 +281,7 @@ defineExpose({
{{ $t('activity.addFilter') }}
</div>
</a-button>
<a-button class="text-capitalize !text-gray-500" v-if="!webHook" @click.stop="addFilterGroup">
<a-button v-if="!webHook" class="text-capitalize !text-gray-500" @click.stop="addFilterGroup">
<div class="flex items-center gap-1">
<!-- <v-icon small color="grey"> mdi-plus </v-icon> -->
<!-- Add Filter Group -->

Loading…
Cancel
Save