fix: settings error message
Some checks failed
tests / Tests (pull_request) Has been cancelled
docker-build / docker (pull_request) Has been cancelled
container-scan / Container Scan (pull_request) Has been cancelled

This commit is contained in:
Dominik 2025-07-01 08:59:22 +02:00
parent b5602bead5
commit f9c5443541
Signed by: dominik
GPG key ID: 06A4003FC5049644

View file

@ -98,7 +98,7 @@ export default function AccountTab() {
toast.custom((t) => ( toast.custom((t) => (
<ToastInner <ToastInner
toastId={t} toastId={t}
title='Settings saved' title='Error saving settings'
description={ description={
error.response?.data.message || 'An unknown error occurred.' error.response?.data.message || 'An unknown error occurred.'
} }