update manage reward

This commit is contained in:
Raja Oktafrianto
2025-04-08 11:15:34 +07:00
parent 758329ec2e
commit ecff71247c
14 changed files with 837 additions and 7 deletions

View File

@ -118,6 +118,8 @@ const EditDialog = () => {
name: ''
}));
}
console.log('Responnya nih:', response);
console.log('Data Posto nya nih:', response?.data?.posto);
}, []);
const handleUpdate = (e: React.FormEvent<HTMLFormElement>) => {