Skip to content

Commit

Permalink
fix: track detailsExist form value (#8288)
Browse files Browse the repository at this point in the history
Co-authored-by: Muhammed Tareq Aziz <[email protected]>
  • Loading branch information
Nil20 and tareq89 authored Jan 9, 2025
1 parent c3d3d28 commit d50e2a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/client/src/transformer/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,8 @@ export function getChangedValues(
originalDraftData[section.id] ??= {}

if (
!conditionalActions.includes('hide') &&
(!conditionalActions.includes('hide') ||
fieldDef.name === 'detailsExist') &&
!isMetaTypeField(fieldDef) &&
hasFieldChanged(
fieldDef,
Expand Down

0 comments on commit d50e2a2

Please sign in to comment.