Skip to content

Commit

Permalink
Merge pull request #1056 from culturecreates/bugfix/issue-fixed-add-t…
Browse files Browse the repository at this point in the history
…axonomy

fix: fixed the add taxonomy issue with key getting undefined for mapp…
  • Loading branch information
AbhishekPAnil authored Apr 5, 2024
2 parents ca3d4fb + b11129c commit 63fc5c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Dashboard/AddTaxonomy/AddTaxonomy.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ const AddTaxonomyTest = () => {
? location.state?.dynamic === 'not-dynamic'
: taxonomyData?.isDynamicField,
includeInFullTextSearch: true,
mappedToField: values?.mappedToField?.key,
mappedToField: values?.mappedToField,
isAdminOnly: userAccess?.length > 0,
disambiguatingDescription: {
en: values?.frenchdescription?.trim(),
Expand Down

0 comments on commit 63fc5c0

Please sign in to comment.