Skip to content

Commit

Permalink
Fix saved message
Browse files Browse the repository at this point in the history
  • Loading branch information
NickM-27 committed Oct 10, 2023
1 parent d508088 commit 81d6bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/routes/Config.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default function Config() {
.then((response) => {
if (response.status === 200) {
setError('');
setSuccess(response.data);
setSuccess(response.data.message);
}
})
.catch((error) => {
Expand Down

0 comments on commit 81d6bc0

Please sign in to comment.