mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
1) Fixed issue in Select2 Control, added undefined/null check.
2) Fixed the width of the delete cell.
This commit is contained in:
@@ -360,7 +360,7 @@ function(gettext, _, $, Backbone, Backform, Backgrid, Alertify, pgAdmin, pgNode)
|
||||
// Insert Delete Cell into Grid
|
||||
if (data.disabled == false && data.canDelete) {
|
||||
gridSchema.columns.unshift({
|
||||
name: 'pg-backform-delete', label: '',
|
||||
name: 'pg-backform-delete width_percent_5', label: '',
|
||||
cell: Backgrid.Extension.DeleteCell,
|
||||
editable: false, cell_priority: -1,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user