This commit is contained in:
Jade (Rose) Rowland 2025-07-28 01:20:42 -04:00
parent ab12c6ae0a
commit 30c80119e9
2 changed files with 2 additions and 2 deletions

View file

@ -125,7 +125,7 @@ function UserPatterns({ context }) {
style={{ display: 'none' }}
type="file"
multiple
accept="text/plain,application/json"
accept="text/plain,text/x-markdown,application/json"
onChange={(e) => importPatterns(e.target.files)}
/>
import