Lint
This commit is contained in:
parent
5990f43f3f
commit
0e394f0259
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue