upd: tambah anggota task

Deskripsi:
-tambah anggota task

NO ISsues
This commit is contained in:
amel
2024-08-19 16:11:20 +08:00
parent 5e591c6908
commit 912f4fd309
10 changed files with 303 additions and 8 deletions

View File

@@ -52,7 +52,6 @@ export default function CreateTask() {
async function onSubmit() {
try {
console.log("kirim",fileForm)
const response = await funCreateTask({ idDivision: param.id, title, task: dataTask, file: fileForm, member: memberValue })
if (response.success) {