fix: settings error message
This commit is contained in:
parent
b5602bead5
commit
f9c5443541
1 changed files with 1 additions and 1 deletions
|
@ -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.'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue