Skip to content

Commit

Permalink
Adjust user dataset details fields, positions, and input placeholders
Browse files Browse the repository at this point in the history
(cherry picked from commit 0fabcae)
  • Loading branch information
jernestmyers authored and dmfalke committed Sep 9, 2024
1 parent 7dd2e12 commit fae98ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const uploadTypeConfig: DatasetUploadTypeConfig<ImplementedUploadTypes> =
inputProps: {
required: false,
placeholder:
'optional longer description of the summary including background, study objectives, methodology, etc.',
'optional longer description of the study including background, study objectives, methodology, etc.',
},
},
renderInfo: () => (
Expand Down
2 changes: 1 addition & 1 deletion packages/libs/web-common/src/hooks/diyStudySummaries.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function formatDatasets(
name: userDataset.name,
userDatasetWorkspaceUrl: userDataset.userDatasetsRoute,
edaWorkspaceUrl: `${userDataset.baseEdaRoute}/new`,
summary: userDataset.description ?? '',
summary: userDataset.summary ?? '',
owner:
userDataset.owner.userId === currentUser.id
? 'Me'
Expand Down

0 comments on commit fae98ea

Please sign in to comment.