diff --git a/src/Components/Patient/FileUpload.tsx b/src/Components/Patient/FileUpload.tsx index b530e3177e7..0a30d8db69a 100644 --- a/src/Components/Patient/FileUpload.tsx +++ b/src/Components/Patient/FileUpload.tsx @@ -557,7 +557,9 @@ export const FileUpload = (props: FileUploadProps) => { setbtnloader(false); }; - const handleSetMicPermission = (isPermitted: boolean) => { + const handleSetMicPermission: (isPermitted: boolean) => void = ( + isPermitted + ) => { setIsMicPermission(isPermitted); };