diff --git a/web/src/routes/Config.jsx b/web/src/routes/Config.jsx index 33354b30b..21d2160a7 100644 --- a/web/src/routes/Config.jsx +++ b/web/src/routes/Config.jsx @@ -29,7 +29,7 @@ export default function Config() { .then((response) => { if (response.status === 200) { setError(''); - setSuccess(response.data); + setSuccess(response.data.message); } }) .catch((error) => {