Skip to content

Commit

Permalink
fix: added the fix for validation label
Browse files Browse the repository at this point in the history
  • Loading branch information
gokulrajtm committed Nov 26, 2024
1 parent 256b21e commit ef03925
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -541,8 +541,8 @@ export class FieldEditor {
convFields &&
convFields.length > 0 &&
convFields.some(
(e, fieldIndex) =>
this.index !== fieldIndex &&
(e) =>
this.dataProvider.id !== e.id &&
!e?.isNew &&
e.label.toLowerCase() === strNewFieldLabel
)
Expand Down

0 comments on commit ef03925

Please sign in to comment.