Skip to content

Commit 2799cba

Browse files
committed
Disabled mandatory toggle for Modular blocks
1 parent 585e624 commit 2799cba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/src/components/AdvancePropertise/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -661,6 +661,7 @@ const AdvancePropertise = (props: SchemaProps) => {
661661
true
662662
))
663663
}
664+
disabled={props?.fieldtype === 'Modular Blocks' || props?.fieldtype === 'Block'}
664665
/>
665666
</div>
666667
)}

0 commit comments

Comments
 (0)