Fixed issue with badly parsed characters for OpenAPI

This commit is contained in:
frikky
2021-06-09 06:06:18 +02:00
parent 5b3c4b7db1
commit 1dddcb5dfc
7 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -1639,7 +1639,7 @@ const Apps = (props) => {
hidden
type="file"
ref={upload}
accept="application/JSON, text/yaml, text/x-yaml, application/x-yaml, application/vnd.yaml"
accept="application/JSON, application/YAML, text/yaml, text/x-yaml, application/x-yaml, application/vnd.yaml"
multiple={false}
onChange={uploadFile}
/>