We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84aa28c commit 6318342Copy full SHA for 6318342
src/client/src/pages/Admin.js
@@ -158,6 +158,8 @@ export default function Admin(props) {
158
<Paper>
159
<CardContent>
160
<Typography variant="h5">Upload Files</Typography>
161
+ <Typography variant="body1">Please select one or more files to upload</Typography>
162
+ <Typography variant="caption">Note: The only files that must be manually uploaded are Volgistics files. Other file types will not work.</Typography>
163
<form onSubmit={handleUpload}>
164
<input type="file" id="fileItemsID"
165
value={filesInput}
0 commit comments