mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Enable/disable the Download button with the Execute button.
This commit is contained in:
@@ -172,6 +172,7 @@ class ExecuteQuery {
|
||||
this.loadingScreen.show('Running query...');
|
||||
|
||||
$('#btn-flash').prop('disabled', true);
|
||||
$('#btn-download').prop('disabled', true);
|
||||
|
||||
this.sqlServerObject.query_start_time = new Date();
|
||||
if (typeof sqlStatement === 'object') {
|
||||
|
||||
Reference in New Issue
Block a user