From 58f98f38b35437d8485ad09d54c1812715ab8b2d Mon Sep 17 00:00:00 2001 From: Thomas Zemp Date: Wed, 4 Aug 2021 10:48:51 +0200 Subject: [PATCH] paging=false on retrieval of sql views --- src/components/Selection/SelectQuery.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Selection/SelectQuery.js b/src/components/Selection/SelectQuery.js index 797ef2d..97015a8 100644 --- a/src/components/Selection/SelectQuery.js +++ b/src/components/Selection/SelectQuery.js @@ -9,6 +9,7 @@ const sqlViewsQuery = { sql: { resource: 'sqlViews', params: { + paging: false, fields: 'id,name,displayName', }, },