Skip to content

Commit

Permalink
fix: change default of parentCollection.isReleased
Browse files Browse the repository at this point in the history
  • Loading branch information
ekraffmiller committed Nov 22, 2024
1 parent dda0279 commit e2e050c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export function PublishDatasetModal({
<PublishDatasetHelpText
releasedVersionExists={releasedVersionExists}
nextMajorVersion={nextMajorVersionString}
parentCollectionIsReleased={parentCollection.isReleased ?? true}
parentCollectionIsReleased={parentCollection.isReleased ?? false}
parentCollectionName={parentCollection.name}
parentCollectionId={parentCollection.id}
requiresMajorVersionUpdate={requiresMajorVersionUpdate ?? false}
Expand Down

0 comments on commit e2e050c

Please sign in to comment.