refactor share

This commit is contained in:
an-lee
2024-01-13 16:40:26 +08:00
parent f67a59e756
commit f40df6ecd6
6 changed files with 69 additions and 70 deletions

View File

@@ -77,7 +77,7 @@ export const AudioDetail = (props: { id?: string; md5?: string }) => {
.then(() => {
toast({
title: t("shared"),
description: t("sharedSuccessfully"),
description: t("sharedAudio"),
});
})
.catch((err) => {