mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-06 14:13:06 -06:00
Fixed the issues reported while testing #8208
This commit is contained in:
parent
eb517e6df8
commit
5dc52446f3
@ -1311,7 +1311,7 @@ export default class TypeSchema extends BaseUISchema {
|
|||||||
canEdit: false,
|
canEdit: false,
|
||||||
canDelete: true,
|
canDelete: true,
|
||||||
canReorder: (state)=>(this.isNew(state)),
|
canReorder: (state)=>(this.isNew(state)),
|
||||||
canDeleteRow: (state)=>(_.isUndefined(state.label)),
|
canDeleteRow: (state)=>(this.isNew(state)),
|
||||||
canEditRow: true,
|
canEditRow: true,
|
||||||
disabled: () => obj.inCatalog(),
|
disabled: () => obj.inCatalog(),
|
||||||
deps: ['typtype'],
|
deps: ['typtype'],
|
||||||
|
Loading…
Reference in New Issue
Block a user