Skip to content

Commit

Permalink
refactor: hide isDirectory checkbox when update document
Browse files Browse the repository at this point in the history
  • Loading branch information
vhu-axelor committed Dec 10, 2024
1 parent 1958b9a commit 9599e38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/apps/dms/src/models/forms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export const dms_formsRegister: FormConfigs = {
titleKey: 'Dms_Folder',
type: 'boolean',
widget: 'checkbox',
hideIf: ({objectState}) => objectState.id,
options: {
iconSize: 20,
},
Expand Down

0 comments on commit 9599e38

Please sign in to comment.