chat composer
deploy to danak / build_and_deploy (push) Has been cancelled

This commit is contained in:
2026-07-17 23:58:18 +03:30
parent 026b605943
commit c01f1a32dc
8 changed files with 764 additions and 199 deletions
+6
View File
@@ -21,3 +21,9 @@ export const useAddChatMessage = () => {
}) => api.addChatMessage(refId, params),
})
}
export const useDeleteChatMessage = () => {
return useMutation({
mutationFn: (id: string) => api.deleteChatMessage(id),
})
}