Skip to content

Commit

Permalink
fix(dataTypes): add global_data_type_id property to DataType schema
Browse files Browse the repository at this point in the history
  • Loading branch information
gregegan authored and inv8der committed Jan 21, 2017
1 parent fd8d093 commit adb4ec1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/api/dataTypes/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ export type DataType = {
observation_target_type_id: number,
is_shared: boolean,
time_estimate: number,
dashboard_visible: boolean
dashboard_visible: boolean,
global_data_type_id: ?number
}

type DataTypeFields = {
Expand Down

0 comments on commit adb4ec1

Please sign in to comment.