File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
components/ExplorerQueryComposer Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ const FIELD_TYPE = {
66
66
'Request Type' : 'String' ,
67
67
'Class' : 'String' ,
68
68
'Event Name' : 'String' ,
69
- 'Dimensions' : false ? 'JSON' : 'String' ,
69
+ 'Dimensions' : false ? 'JSON' : 'String' , //In progress features. Change false to true to work on this feature.
70
70
'Installation ID' : 'String' ,
71
71
'Parse User ID' : 'String' ,
72
72
'Parse SDK' : 'String' ,
Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ class Dashboard extends React.Component {
214
214
< Route path = 'apps/:appId' component = { AppData } >
215
215
< Route path = 'getting_started' component = { Empty } />
216
216
217
- < Route path = 'browser' component = { false ? SchemaOverview : Browser } />
217
+ < Route path = 'browser' component = { false ? SchemaOverview : Browser } /> //In progress features. Change false to true to work on this feature.
218
218
< Route path = 'browser/:className' component = { Browser } />
219
219
220
220
< Route path = 'cloud_code' component = { CloudCode } />
You can’t perform that action at this time.
0 commit comments