Fix saved message

This commit is contained in:
Nicolas Mowen 2023-10-10 06:35:48 -06:00 committed by GitHub
parent d508088bd0
commit 81d6bc0d80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ export default function Config() {
.then((response) => {
if (response.status === 200) {
setError('');
setSuccess(response.data);
setSuccess(response.data.message);
}
})
.catch((error) => {