mirror of
https://github.com/apache/superset.git
synced 2026-04-21 00:54:44 +00:00
Prevent the cannot-overwrite error message from being removed before it can be seen (#626)
This commit is contained in:
committed by
Maxime Beauchemin
parent
aa2b8b42d0
commit
ee2d3330aa
@@ -64,7 +64,9 @@ function query(force, pushState) {
|
||||
}
|
||||
$('.query-and-save button').attr('disabled', 'disabled');
|
||||
$('.btn-group.results span,a').attr('disabled', 'disabled');
|
||||
$('div.alert').remove();
|
||||
if (force) { // Don't hide the alert message when the page is just loaded
|
||||
$('div.alert').remove();
|
||||
}
|
||||
$('#is_cached').hide();
|
||||
prepForm();
|
||||
slice.render(force);
|
||||
|
||||
Reference in New Issue
Block a user