From 0e394f0259daa1894075a15d5c1cee0b0a9566e8 Mon Sep 17 00:00:00 2001 From: Andrew Kingston Date: Thu, 5 Oct 2023 18:31:43 +0100 Subject: [PATCH] Lint --- .../src/components/grid/stores/datasources/nonPlus.js | 3 --- .../src/components/grid/stores/datasources/table.js | 2 -- .../src/components/grid/stores/datasources/viewV2.js | 2 -- 3 files changed, 7 deletions(-) diff --git a/packages/frontend-core/src/components/grid/stores/datasources/nonPlus.js b/packages/frontend-core/src/components/grid/stores/datasources/nonPlus.js index b89edb348c..a05e1f7d37 100644 --- a/packages/frontend-core/src/components/grid/stores/datasources/nonPlus.js +++ b/packages/frontend-core/src/components/grid/stores/datasources/nonPlus.js @@ -1,7 +1,4 @@ import { get } from "svelte/store" -import QueryFetch from "../../../../fetch/QueryFetch" - -export const RowPageSize = 100000 export const createActions = context => { const { columns, stickyColumn, table, viewV2 } = context diff --git a/packages/frontend-core/src/components/grid/stores/datasources/table.js b/packages/frontend-core/src/components/grid/stores/datasources/table.js index beafd1dcfe..9ced1530ba 100644 --- a/packages/frontend-core/src/components/grid/stores/datasources/table.js +++ b/packages/frontend-core/src/components/grid/stores/datasources/table.js @@ -3,8 +3,6 @@ import TableFetch from "../../../../fetch/TableFetch" const SuppressErrors = true -export const RowPageSize = 100 - export const createActions = context => { const { API, datasource, columns, stickyColumn } = context diff --git a/packages/frontend-core/src/components/grid/stores/datasources/viewV2.js b/packages/frontend-core/src/components/grid/stores/datasources/viewV2.js index 78e8aa8f12..f0572003c2 100644 --- a/packages/frontend-core/src/components/grid/stores/datasources/viewV2.js +++ b/packages/frontend-core/src/components/grid/stores/datasources/viewV2.js @@ -3,8 +3,6 @@ import ViewV2Fetch from "../../../../fetch/ViewV2Fetch" const SuppressErrors = true -export const RowPageSize = 100 - export const createActions = context => { const { API, datasource, columns, stickyColumn } = context