mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed flickering issue of the input box on check constraints. Fixes #6107
This commit is contained in:
committed by
Akshay Joshi
parent
9853d8bfd6
commit
f07463024c
@@ -103,7 +103,8 @@ define('pgadmin.node.check_constraint', [
|
||||
// Check Constraint Schema
|
||||
schema: [{
|
||||
id: 'name', label: gettext('Name'), type:'text', cell:'string',
|
||||
readonly: 'isReadonly',
|
||||
mode: ['properties', 'create', 'edit'], editable:true,
|
||||
cellHeaderClasses:'width_percent_40',
|
||||
},{
|
||||
id: 'oid', label: gettext('OID'), cell: 'string',
|
||||
type: 'text' , mode: ['properties'],
|
||||
|
||||
Reference in New Issue
Block a user