Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Disabled mandatory toggle for Modular blocks
  • Loading branch information
sayalijoshi27 committed Oct 15, 2025
commit 2799cba814333d93992f39d7783c1acf14799d19
1 change: 1 addition & 0 deletions ui/src/components/AdvancePropertise/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -661,6 +661,7 @@ const AdvancePropertise = (props: SchemaProps) => {
true
))
}
disabled={props?.fieldtype === 'Modular Blocks' || props?.fieldtype === 'Block'}
/>
</div>
)}
Expand Down