mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Further styling fixes.
This commit is contained in:
committed by
Dave Page
parent
1283c22bb9
commit
7d765fea04
@@ -949,7 +949,7 @@ define([
|
||||
this.grid.listenTo(this.debuggerInputArgsColl, 'backgrid:error',
|
||||
(function(obj) {
|
||||
return function() {
|
||||
obj.__internal.buttons[0].element.disabled = true;
|
||||
obj.__internal.buttons[1].element.disabled = true;
|
||||
};
|
||||
})(this)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user