Update TableEntity.tsx

This commit is contained in:
MokireddySampath
2023-06-26 16:48:23 +05:30
committed by GitHub
parent f87cdac062
commit 1d481d1740

View File

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