Fix data fetch for nested providers, JSON arrays or array fields not working

This commit is contained in:
Andrew Kingston 2022-01-18 15:34:10 +00:00
parent 69d25e8a14
commit 37a8d213e6
1 changed files with 0 additions and 6 deletions

View File

@ -110,12 +110,6 @@ export default class DataFetch {
*/
async getInitialData() {
const { datasource, filter, sortColumn, paginate } = this.options
const tableId = datasource?.tableId
// Ensure table ID exists
if (!tableId) {
return
}
// Fetch datasource definition and determine feature flags
const definition = await this.constructor.getDefinition(datasource)