Yuki Takei 6 лет назад
Родитель
Сommit
ae0fc618bc
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/client/js/components/Admin/ImportData/GrowiArchive/UploadForm.jsx

+ 1 - 1
src/client/js/components/Admin/ImportData/GrowiArchive/UploadForm.jsx

@@ -57,7 +57,7 @@ class UploadForm extends React.Component {
                 type="file"
                 type="file"
                 name="file"
                 name="file"
                 className="form-control-file"
                 className="form-control-file"
-                accept=".growi.zip"
+                accept=".zip"
                 ref={this.inputRef}
                 ref={this.inputRef}
                 onChange={this.changeFileName}
                 onChange={this.changeFileName}
               />
               />