diff --git a/src/components/FieldMapping.tsx b/src/components/FieldMapping.tsx index 4119233..bcf0b93 100644 --- a/src/components/FieldMapping.tsx +++ b/src/components/FieldMapping.tsx @@ -55,7 +55,28 @@ const FieldMapping = ({ setShowFieldMapping, TopBarComponent }) => { }} hideOptions={true} /> -
+ {selectedCustomMapping ? ( + + Select a source property from your{' '} + {selectedConnection.name}{' '} + data to the{' '} + + {selectedCustomMapping?.label} + {' '} + field. + + ) : ( + + Map properties from your{' '} + {selectedConnection.name}{' '} + data to one of the fields below. + + )} +
+