Skip to content

Commit

Permalink
fix: add requestedVersion to dataset data
Browse files Browse the repository at this point in the history
  • Loading branch information
ekraffmiller committed Oct 4, 2023
1 parent 7679af9 commit d9e465c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -75,7 +75,8 @@ const datasetData = (persistentId: string, versionId: number) => {
id: versionId,
majorNumber: undefined,
minorNumber: undefined,
publishingStatus: 'draft'
publishingStatus: 'draft',
requestedVersion: undefined
}
}
}

0 comments on commit d9e465c

Please sign in to comment.