Skip to content

Commit

Permalink
Fixed the issues reported while testing #8208
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshmahajan-1903 authored Jan 2, 2025
1 parent eb517e6 commit 5dc5244
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit 5dc5244

Please sign in to comment.