changing response on edit and add in mater data module
This commit is contained in:
@ -90,6 +90,7 @@ const AddFeeDialog = () => {
|
||||
id: customer.id,
|
||||
name: customer.username
|
||||
}));
|
||||
const [errors, setErrors] = useState<Record<string, string>>({});
|
||||
const initialState = {
|
||||
name: '',
|
||||
description: '',
|
||||
|
||||
Reference in New Issue
Block a user