Merge remote-tracking branch 'upstream/main'
All checks were successful
Build and Push Images / build-and-push (push) Successful in 11m36s
All checks were successful
Build and Push Images / build-and-push (push) Successful in 11m36s
This commit is contained in:
@@ -679,7 +679,7 @@ export const EditModal: React.FC<EditModalProps> = ({ className }) => {
|
||||
(targetComponent as any)?.componentConfig?.columnName ||
|
||||
targetComponentId;
|
||||
|
||||
const currentFormData = groupData.length > 0 ? groupData[0] : formData;
|
||||
const currentFormData = groupData.length > 0 ? { ...formData, ...groupData[0] } : formData;
|
||||
const targetValue = currentFormData[fieldKey];
|
||||
|
||||
let isMatch = false;
|
||||
|
||||
Reference in New Issue
Block a user