Skip to content

Commit

Permalink
chore: add support for .md file in file upload (#555)
Browse files Browse the repository at this point in the history
Co-authored-by: chen, suyue <suyue.chen@intel.com>
  • Loading branch information
jotpalch and chensuyue committed Aug 12, 2024
1 parent a5ed223 commit 7a67298
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
on:change={handleInput}
class="focus:border-blue-700 focus:ring-0"
data-testid="file-upload"
accept=".txt,.pdf,.json"
accept=".txt,.pdf,.json,.md"
/>
</Label>
</div>

0 comments on commit 7a67298

Please sign in to comment.