Skip to content

Commit

Permalink
Update MarketplaceAssetLibraryModal.js
Browse files Browse the repository at this point in the history
  • Loading branch information
NishalJohn committed Nov 15, 2023
1 parent bc68493 commit fd4d5d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/AssetLibrary/MarketplaceAssetLibraryModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export const MarketplaceAssetLibraryModal = ({ onAddResource }) => {
'category': values.assetCategory,
'dateUpdated': Date.now(),
'tags': selectedTags,
'specialNotes': values.specialnotes,
'specialNotes': values.specialnotes!=''? values.specialnotes:'',
"group": "Market"

})
Expand Down

0 comments on commit fd4d5d4

Please sign in to comment.