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', }, },