Skip to content

Commit

Permalink
[sql lab] make database ordering alphabetical in left panel (#2769)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch authored May 18, 2017
1 parent dbc7fef commit 841e18a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ class SqlEditorLeftBar extends React.PureComponent {
dataEndpoint={
'/databaseasync/api/' +
'read?_flt_0_expose_in_sqllab=1&' +
'_oc_DatabaseView=database_name&' +
'_od_DatabaseView=asc'
'_oc_DatabaseAsync=database_name&' +
'_od_DatabaseAsync=asc'
}
onChange={this.onDatabaseChange.bind(this)}
onAsyncError={() => notify.error('Error while fetching database list')}
Expand Down

0 comments on commit 841e18a

Please sign in to comment.