Skip to content

Commit

Permalink
Commented out ProductFamily from 'Add Asset' (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
staware30 authored Jan 25, 2024
1 parent 12b2864 commit 528d712
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contenthub/hydration/hydration.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export async function openUploadDialog() {
},
],
},
{
/*{
mapToProperty: 'gmo:productFamily',
label: 'Product Family',
placeholder: 'Select one',
Expand All @@ -87,7 +87,7 @@ export async function openUploadDialog() {
name: 'Document Cloud',
},
],
},
},*/
{
mapToProperty: 'gmo:productsOffering',
label: 'Product',
Expand Down

0 comments on commit 528d712

Please sign in to comment.