Skip to content

Commit e575600

Browse files
committed
Comments for in-progress features
1 parent a179e31 commit e575600

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/ExplorerQueryComposer/ExplorerQueryComposer.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const FIELD_TYPE = {
6666
'Request Type' : 'String',
6767
'Class' : 'String',
6868
'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.
7070
'Installation ID' : 'String',
7171
'Parse User ID' : 'String',
7272
'Parse SDK' : 'String',

dashboard/Dashboard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ class Dashboard extends React.Component {
214214
<Route path='apps/:appId' component={AppData}>
215215
<Route path='getting_started' component={Empty} />
216216

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.
218218
<Route path='browser/:className' component={Browser} />
219219

220220
<Route path='cloud_code' component={CloudCode} />

0 commit comments

Comments
 (0)