Accept images in file picker.

This commit is contained in:
Przemek Wiech 2019-03-12 19:40:21 +01:00
parent 61d4f43357
commit 68bd6c5a72

View File

@ -240,7 +240,7 @@ export class TopBar extends React.Component<
<input <input
className="hidden" className="hidden"
type="file" type="file"
accept=".ged" accept=".ged,image/*"
id="fileInput" id="fileInput"
multiple multiple
onChange={(e) => this.handleUpload(e)} onChange={(e) => this.handleUpload(e)}