mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-25 18:20:20 -06:00
Add missing comma to appease the linter
This commit is contained in:
parent
51cda98911
commit
2b1c887945
@ -1024,7 +1024,7 @@ define([
|
||||
// Insert Edit Cell into Grid
|
||||
if (data.disabled == false && data.canEdit) {
|
||||
var editCell = Backgrid.Extension.ObjectCell.extend({
|
||||
schema: gridSchema.schema
|
||||
schema: gridSchema.schema,
|
||||
});
|
||||
|
||||
gridSchema.columns.unshift({
|
||||
|
Loading…
Reference in New Issue
Block a user