Update customer service
This commit is contained in:
@@ -24,7 +24,7 @@ type DialogDeleteType = {
|
||||
setOpenDialog: any;
|
||||
onSubmit?: void;
|
||||
data: BenefitConfigurationListType|undefined;
|
||||
id: number;
|
||||
id: number|undefined;
|
||||
}
|
||||
|
||||
export default function DialogEditBenefit({id, data, setOpenDialog, openDialog,onSubmit} : DialogDeleteType ) {
|
||||
|
||||
Reference in New Issue
Block a user