Skip to content

Commit

Permalink
Merge pull request #389 from CBIIT/CRDCDH-885-V3
Browse files Browse the repository at this point in the history
CRDCDH-885 Update Dialog Placeholders
  • Loading branch information
Alejandro-Vega authored Jun 4, 2024
2 parents d6804eb + 0adc5db commit f7a0740
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/UploaderConfigDialog/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ const UploaderConfigDialog: FC<Props> = ({ onClose, onDownload, open, ...rest })
<StyledLabel id="data-folder-input-label">Local Path of Data Files Folder</StyledLabel>
<StyledOutlinedInput
{...register("dataFolder", { required: true })}
placeholder="Enter pathway"
placeholder="/Users/me/my-data-files-folder"
data-testid="uploader-config-dialog-input-data-folder"
inputProps={{ "aria-labelledby": "data-folder-input-label" }}
/>
Expand All @@ -174,7 +174,7 @@ const UploaderConfigDialog: FC<Props> = ({ onClose, onDownload, open, ...rest })
<StyledLabel id="manifest-input-label">Local Path of Manifest File</StyledLabel>
<StyledOutlinedInput
{...register("manifest", { required: true })}
placeholder="Enter location"
placeholder="/Users/me/my-metadata-folder/my-file-manifest.tsv"
data-testid="uploader-config-dialog-input-manifest"
inputProps={{ "aria-labelledby": "manifest-input-label" }}
/>
Expand Down

0 comments on commit f7a0740

Please sign in to comment.