mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix: accept only JSON credentials (#22040)
This commit is contained in:
@@ -168,6 +168,7 @@ export const EncryptedField = ({
|
||||
|
||||
<input
|
||||
id="selectedFile"
|
||||
accept=".json"
|
||||
className="input-upload"
|
||||
type="file"
|
||||
onChange={async event => {
|
||||
|
||||
Reference in New Issue
Block a user