We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a66f54b commit f44089aCopy full SHA for f44089a
src/routes/home/profile.tsx
@@ -198,7 +198,7 @@ function ProfilePage() {
198
const userController = new UserController();
199
await userController.updateUser(profile.id, { profileBackground: publicUrlData.publicUrl });
200
setShowBgModal(false);
201
- window.location.reload();
+ // window.location.reload();
202
} catch (err) {
203
alert('背景照上傳失敗');
204
}
0 commit comments