Browse Source
Merge pull request #3016 from Budibase/paginate-text-change
Remove 'internal' from dataprovider / paginate info
pull/3072/head
Rory Powell
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
packages/client/manifest.json
|
|
@ -2385,7 +2385,7 @@ |
|
|
}, |
|
|
}, |
|
|
"dataprovider": { |
|
|
"dataprovider": { |
|
|
"name": "Data Provider", |
|
|
"name": "Data Provider", |
|
|
"info": "Pagination is only available for data stored in internal tables.", |
|
|
"info": "Pagination is only available for data stored in tables.", |
|
|
"icon": "Data", |
|
|
"icon": "Data", |
|
|
"illegalChildren": ["section"], |
|
|
"illegalChildren": ["section"], |
|
|
"hasChildren": true, |
|
|
"hasChildren": true, |
|
|
|