feat: implement week start day setting

This commit is contained in:
Steven
2024-08-18 23:18:45 +08:00
parent 06c460b476
commit 3c5aa41a78
15 changed files with 346 additions and 289 deletions

View File

@ -77,8 +77,8 @@ const CreateAccessTokenDialog: React.FC<Props> = (props: Props) => {
onConfirm();
destroy();
} catch (error: any) {
toast.error(error.details);
console.error(error);
toast.error(error.response.data.message);
}
};