Compare commits
No commits in common. "6d1f8edc6c7c062c68309bf6e5a1687ba68709ca" and "ef7a6e73fb9159b356201ac8b0907823cae3b220" have entirely different histories.
6d1f8edc6c
...
ef7a6e73fb
|
|
@ -679,7 +679,7 @@ export const EditModal: React.FC<EditModalProps> = ({ className }) => {
|
|||
(targetComponent as any)?.componentConfig?.columnName ||
|
||||
targetComponentId;
|
||||
|
||||
const currentFormData = groupData.length > 0 ? { ...formData, ...groupData[0] } : formData;
|
||||
const currentFormData = groupData.length > 0 ? groupData[0] : formData;
|
||||
const targetValue = currentFormData[fieldKey];
|
||||
|
||||
let isMatch = false;
|
||||
|
|
|
|||
Loading…
Reference in New Issue