Merge Records fix (#13658)

/closes #13643
This commit is contained in:
neo773
2025-08-06 02:04:23 +05:30
committed by GitHub
parent 4772523edd
commit 22eedb0281
@@ -24,6 +24,10 @@ export const MergeSettingsTab = () => {
updatePriorityRecordIndex(index);
};
if (selectedRecords.length === 0) {
return null;
}
return (
<StyledSection>
<Select