Skip to content

Commit

Permalink
fix(api): fetch also dataDimensionType for dimensions (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardo authored Apr 23, 2019
1 parent 8b60c78 commit b3ca5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/dimensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const requestWithPaging = (

// Fetch functions
export const apiFetchDimensions = (d2, nameProp) => {
const fields = `fields=id,${nameProp}~rename(name),dimensionType`
const fields = `fields=id,${nameProp}~rename(name),dimensionType,dataDimensionType`
const order = `order=${nameProp}:asc`

const params = `${fields}&${order}`
Expand Down

0 comments on commit b3ca5bc

Please sign in to comment.