Skip to content

Commit

Permalink
Fixed license date to use ISO instead of epoch
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Lessard committed Mar 6, 2024
1 parent 87c1452 commit d816fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contenthub/hydration/hydration.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export async function openUploadDialog() {
const licenseDateFieldHidden = {
mapToProperty: 'gmo:licenseDateXXX',
element: 'hidden',
value: +licenseExpirePerpitytity
value: licenseExpirePerpitytity.toISOString()
};

//Working on a solution so the form can tell us if it is finished.
Expand Down

0 comments on commit d816fb8

Please sign in to comment.