Merge pull request #118 from bipproduction/lukman/15-agustus-2024

feat : update calender
This commit is contained in:
Amalia
2024-08-15 11:56:04 +08:00
committed by GitHub
14 changed files with 121 additions and 9 deletions

View File

@@ -38,6 +38,9 @@ export default function DetailDiscussion({ id, idDivision }: { id: string, idDiv
const sendComent = async () => {
try {
if (isComent.trim() == "") {
return toast.error("Masukkan Komentar Anda")
}
const response = await funCreateComent(id, {
comment: isComent,
idDiscussion: param.detail