mirror of
https://github.com/yyhuni/xingrin.git
synced 2026-01-31 19:53:11 +08:00
Compare commits
1 Commits
v1.2.3-dev
...
v1.2.5-dev
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6389b0f672 |
@@ -209,7 +209,7 @@ export function ImportFingerprintDialog({
|
||||
}[fingerprintType]
|
||||
|
||||
// Determine accepted file types based on fingerprint type
|
||||
const getAcceptConfig = () => {
|
||||
const getAcceptConfig = (): Record<string, string[]> => {
|
||||
if (fingerprintType === "arl") {
|
||||
return {
|
||||
"application/json": [".json"],
|
||||
|
||||
Reference in New Issue
Block a user