mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed following: - Dropdown selected menu color - CodeMirror render on properties tab - Placeholders on select control - Codemirror borders
This commit is contained in:
committed by
Akshay Joshi
parent
c35c72c551
commit
27e446a0b0
@@ -349,7 +349,7 @@ export default class ColumnSchema extends BaseUISchema {
|
||||
},{
|
||||
id: 'attstorage', label: gettext('Storage'), group: gettext('Definition'),
|
||||
type: 'select', mode: ['properties', 'edit'],
|
||||
cell: 'select', disabled: obj.inSchemaWithColumnCheck, first_empty: true,
|
||||
cell: 'select', disabled: obj.inSchemaWithColumnCheck,
|
||||
controlProps: { placeholder: gettext('Select storage'),
|
||||
allowClear: false,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user