Skip to content

Commit

Permalink
chore: remove unnessery code
Browse files Browse the repository at this point in the history
  • Loading branch information
Wangtaofeng committed Mar 5, 2024
1 parent 2e8a7f4 commit 6b1a415
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const UploadButton = forwardRef<HTMLInputElement, UploadButton>(
const { t } = useTranslation()
return (
<Trigger
content={t("dashboard.message. support_for_uploadin")}
content={t("dashboard.message.support_for_uploadin")}
position="top"
maxW="300px"
>
Expand Down

0 comments on commit 6b1a415

Please sign in to comment.