Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
fixup! fixup! Edit search label in embed config
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyhu0106 committed Jan 31, 2022
1 parent 92780ac commit 1bc5680
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions src/app/src/components/EmbeddedMapConfig.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ function EmbeddedMapConfig({
</Grid>
<Grid item xs={12} md={7} lg={6}>
{user.embed_level === 3 ? (
<<<<<<< HEAD
<EmbeddedMapFieldsConfig
fields={fields}
setFields={setFields}
Expand All @@ -185,28 +184,6 @@ function EmbeddedMapConfig({
)}
errors={errors}
/>
=======
<>
<EmbeddedMapFieldsConfig
fields={fields}
setFields={setFields}
preferContributorName={preferContributorName}
setPreferContributorName={updateEmbedConfig(
'preferContributorName',
)}
errors={errors}
/>
<EmbeddedMapSearchLabelConfig
anyFieldSearchable={fields.some(
field => field.searchable,
)}
textSearchLabel={textSearchLabel}
setTextSearchLabel={updateEmbedConfig(
'textSearchLabel',
)}
/>
</>
>>>>>>> af993dceb0abcea2f873749559f5d6685d1c6b7a
) : null}

<EmbeddedMapThemeConfig
Expand Down

0 comments on commit 1bc5680

Please sign in to comment.