PHD2 Log upload now supports .txt
This commit is contained in:
@@ -104,7 +104,7 @@ export default function PHD2UploadZone({ onUploaded }: Props) {
|
||||
<input
|
||||
ref={inputRef}
|
||||
type="file"
|
||||
accept=".log,.csv"
|
||||
accept=".txt,.log,.csv"
|
||||
multiple
|
||||
style={{ display: 'none' }}
|
||||
onChange={e => handleFiles(e.target.files)}
|
||||
|
||||
Reference in New Issue
Block a user