From ed5b2ddfefc63596cb1ab7537d501416ade18f11 Mon Sep 17 00:00:00 2001 From: Pranav C Date: Wed, 15 May 2024 11:51:17 +0000 Subject: [PATCH] chore: lint --- .../components/smartsheet/toolbar/ColumnFilterMenu.vue | 8 +++++++- .../nc-gui/components/smartsheet/toolbar/FieldsMenu.vue | 8 +++++++- packages/nocodb/src/helpers/webhookHelpers.ts | 4 +++- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/packages/nc-gui/components/smartsheet/toolbar/ColumnFilterMenu.vue b/packages/nc-gui/components/smartsheet/toolbar/ColumnFilterMenu.vue index 48d50087e5..5a6fde084f 100644 --- a/packages/nc-gui/components/smartsheet/toolbar/ColumnFilterMenu.vue +++ b/packages/nc-gui/components/smartsheet/toolbar/ColumnFilterMenu.vue @@ -61,7 +61,13 @@ eventBus.on(async (event, column: ColumnType) => { overlay-class-name="nc-dropdown-filter-menu nc-toolbar-dropdown" class="!xs:hidden" > - +
diff --git a/packages/nc-gui/components/smartsheet/toolbar/FieldsMenu.vue b/packages/nc-gui/components/smartsheet/toolbar/FieldsMenu.vue index 06eb630e4c..ee4f4adca8 100644 --- a/packages/nc-gui/components/smartsheet/toolbar/FieldsMenu.vue +++ b/packages/nc-gui/components/smartsheet/toolbar/FieldsMenu.vue @@ -311,7 +311,13 @@ useMenuCloseOnEsc(open) overlay-class-name="nc-dropdown-fields-menu nc-toolbar-dropdown" >
- +