diff --git a/src/modules/AccountSettings/hooks/usePatchUpdateChannelNotif.ts b/src/modules/AccountSettings/hooks/usePatchUpdateChannelNotif.ts index a35f732..adac653 100644 --- a/src/modules/AccountSettings/hooks/usePatchUpdateChannelNotif.ts +++ b/src/modules/AccountSettings/hooks/usePatchUpdateChannelNotif.ts @@ -15,5 +15,11 @@ export const usePatchUpdateChannelNotif = () => { description: `Berhasil menyimpan perubahan notifikasi ke Telegram!`, }) }, + onError: () => { + toast({ + title: 'Gagal menyimpan', + description: `Gagal saat mencoba menyimpan data, silahkan coba beberapa saat lagi!`, + }) + }, }) }