Skip to content

Commit

Permalink
Fix: Fix accept
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi authored Oct 14, 2023
1 parent d835aa7 commit 05a855e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/pages/charts/upload.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ const UploadChart: NextPage<
error={errors["bgm"]}
/>
<FileUploadButton
accept=".sus,.mmws,.chs"
accept=".sus,.mmws,.ccmmws,.usc,.json,.chs"
name="chart"
text={t("param.chart")}
icon={<DocumentRegular />}
Expand Down

0 comments on commit 05a855e

Please sign in to comment.