Skip to content

Commit

Permalink
Merge pull request #1057 from culturecreates/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
sahalali authored Apr 5, 2024
2 parents ded753b + 63fc5c0 commit 21e4783
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 21e4783

Please sign in to comment.