From 8917f3d584eb50ba61f51b7890de02febf3b537c Mon Sep 17 00:00:00 2001 From: vivek kasture Date: Mon, 12 Aug 2024 11:54:53 +0530 Subject: [PATCH] Issue #PS-000 feat: Fixed lint issues --- src/components/FormButtons.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/FormButtons.tsx b/src/components/FormButtons.tsx index f3bd2e5f..0f927271 100644 --- a/src/components/FormButtons.tsx +++ b/src/components/FormButtons.tsx @@ -4,7 +4,7 @@ import React from 'react'; interface IFormButtons { formData: any; - onClick: () => void; + onClick: (formData: any) => void; isCreateCentered?: boolean; isCreatedFacilitator?: boolean; isCreatedLearner?: boolean;