mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-04 21:24:57 -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,
|
||||
canDelete: true,
|
||||
canReorder: (state)=>(this.isNew(state)),
|
||||
canDeleteRow: (state)=>(_.isUndefined(state.label)),
|
||||
canDeleteRow: (state)=>(this.isNew(state)),
|
||||
canEditRow: true,
|
||||
disabled: () => obj.inCatalog(),
|
||||
deps: ['typtype'],
|
||||
|
Loading…
Reference in New Issue
Block a user