Skip to content

Commit

Permalink
fix(platform/website): reset status in profile settings
Browse files Browse the repository at this point in the history
  • Loading branch information
lennartkloock authored and TroyKomodo committed Jan 14, 2024
1 parent 092cc67 commit 9ec97dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platform/website/src/routes/settings/profile/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@
})
.catch((err) => {
fileError = err;
status = Status.Unchanged;
});
}
}
Expand Down

0 comments on commit 9ec97dc

Please sign in to comment.