mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed an issue where Execute button of the query tool gets disabled once we change anything in the data grid. Fixes #6798
This commit is contained in:
committed by
Akshay Joshi
parent
7787def660
commit
ca32828281
@@ -2895,6 +2895,7 @@ define('tools.querytool', [
|
||||
},
|
||||
function() {
|
||||
// Stop, User wants to save
|
||||
$('#btn-flash').prop('disabled', false);
|
||||
return true;
|
||||
}
|
||||
).set('labels', {
|
||||
|
||||
Reference in New Issue
Block a user