mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-27 12:51:26 +08:00
refactor(hooks): remove unused useUpdateAgent hook
This commit is contained in:
parent
b5ef8a93ca
commit
7ce4fc50ea
@ -1,11 +0,0 @@
|
||||
import { UpdateAgentForm } from '@renderer/types'
|
||||
|
||||
export const useUpdateAgent = () => {
|
||||
return {
|
||||
// oxlint-disable-next-line no-unused-vars
|
||||
updateAgent: (payload: UpdateAgentForm) => {
|
||||
window.toast.info('Not implemented')
|
||||
// window.toast.success(t('common.update_success'))
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user