Skip to content

Commit

Permalink
Don't need to define the hidden member as fields in GridHeaderSchema
Browse files Browse the repository at this point in the history
  • Loading branch information
asheshv committed Sep 18, 2024
1 parent 6b79144 commit d1a5ea0
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,6 @@ export default class UniqueConstraintSchema extends BaseUISchema {
return obj.isReadOnly(state);
},
min_version: 150000
},{
id: 'columns_updated_at', visible: false, exclude: true,
}];
}

Expand Down

0 comments on commit d1a5ea0

Please sign in to comment.