Update TableEntity.tsx

This commit is contained in:
MokireddySampath
2023-06-26 16:47:16 +05:30
committed by GitHub
parent dc16ff2dfc
commit f87cdac062

View File

@@ -35,7 +35,7 @@ export interface TableEntityProps {
entityTimeValue: string;
isEntityValueDisable?: boolean;
onDeleteEntity?: () => void;
onEditEntity?: () => void;
onEditEntity: () => void;
onEntityPropertyChange: (event: React.FormEvent<HTMLElement>, newInput?: string) => void;
onEntityTypeChange: (event: React.FormEvent<HTMLElement>, selectedParam: IDropdownOption) => void;
onEntityValueChange: (event: React.FormEvent<HTMLElement>, newInput?: string) => void;