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
4 changes: 4 additions & 0 deletions ui/src/components/AdvancePropertise/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -666,6 +666,10 @@ const AdvancePropertise = (props: SchemaProps) => {
props?.updateFieldSettings(
props?.rowId,
{
...props?.value,
mandatory: toggleStates?.mandatory,
nonLocalizable: toggleStates?.nonLocalizable,
referenedItems: toggleStates?.referenedItems,
validationRegex: toggleStates?.validationRegex ?? '',
embedObjects: embedObject,
embedObject: !shouldToggleOff
Expand Down