changing response on edit and add in mater data module

This commit is contained in:
bagusajisaputroo
2025-05-08 22:27:32 +07:00
parent 1ac93eb551
commit 97129d62b1
16 changed files with 1461 additions and 788 deletions

View File

@ -90,6 +90,7 @@ const AddFeeDialog = () => {
id: customer.id,
name: customer.username
}));
const [errors, setErrors] = useState<Record<string, string>>({});
const initialState = {
name: '',
description: '',