Skip to content

Commit

Permalink
try to fix problem that chrome window not opening after ajax requrest (
Browse files Browse the repository at this point in the history
  • Loading branch information
Grace Guo authored and mistercrunch committed Sep 28, 2017
1 parent d1a7a7b commit ef59b6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset/assets/javascripts/SqlLab/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,7 @@ export function createDatasource(vizOptions, context) {
return $.ajax({
type: 'POST',
url: '/superset/sqllab_viz/',
async: false,
data: {
data: JSON.stringify(vizOptions),
},
Expand Down

0 comments on commit ef59b6b

Please sign in to comment.