mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-22 00:13:09 +08:00
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
f56204b0cf
commit
38d254fa99
@ -76,6 +76,7 @@ const VolcengineSettings: FC = () => {
|
||||
setHasCredentials(false)
|
||||
window.toast.success(t('settings.provider.volcengine.credentials_cleared'))
|
||||
} catch (error) {
|
||||
loggerService.withContext('VolcengineSettings').error('Failed to clear credentials:', error as Error)
|
||||
window.toast.error(String(error))
|
||||
}
|
||||
}, [t])
|
||||
|
||||
Loading…
Reference in New Issue
Block a user