From cdfef52b26ee8e31b392d1cf06ed2960e25721b3 Mon Sep 17 00:00:00 2001 From: abilpraju-aot Date: Mon, 30 Oct 2023 13:17:13 +0530 Subject: [PATCH] updated code fix --- forms-flow-admin/src/components/dashboard/dashboard.tsx | 2 +- .../src/components/dashboard/insightDashboard.scss | 1 - forms-flow-admin/src/components/footer/footer.tsx | 4 ++-- forms-flow-admin/src/components/users/users.tsx | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/forms-flow-admin/src/components/dashboard/dashboard.tsx b/forms-flow-admin/src/components/dashboard/dashboard.tsx index 6bfab4b0..89df283d 100644 --- a/forms-flow-admin/src/components/dashboard/dashboard.tsx +++ b/forms-flow-admin/src/components/dashboard/dashboard.tsx @@ -191,7 +191,7 @@ export const InsightDashboard = React.memo((props: any) => { {label}{" "} removeDashboardAuth(rowData, label)} > diff --git a/forms-flow-admin/src/components/dashboard/insightDashboard.scss b/forms-flow-admin/src/components/dashboard/insightDashboard.scss index 9294d576..beb9dd03 100644 --- a/forms-flow-admin/src/components/dashboard/insightDashboard.scss +++ b/forms-flow-admin/src/components/dashboard/insightDashboard.scss @@ -21,7 +21,6 @@ width: 20px; height: 20px; color: #393939; - font-weight: 100; cursor: pointer; display: inline-flex; text-align: center; diff --git a/forms-flow-admin/src/components/footer/footer.tsx b/forms-flow-admin/src/components/footer/footer.tsx index 9b714749..764e87ca 100644 --- a/forms-flow-admin/src/components/footer/footer.tsx +++ b/forms-flow-admin/src/components/footer/footer.tsx @@ -1,9 +1,9 @@ import React from "react"; import "./footer.scss"; -import { version } from "../../../package.json"; +import packageInfo from "../../../package.json"; import { Translation } from "react-i18next"; -const version_org = version; +const version_org = packageInfo.version; const Footer = React.memo(() => { return (
diff --git a/forms-flow-admin/src/components/users/users.tsx b/forms-flow-admin/src/components/users/users.tsx index 4d65d09e..22af3865 100644 --- a/forms-flow-admin/src/components/users/users.tsx +++ b/forms-flow-admin/src/components/users/users.tsx @@ -206,7 +206,7 @@ const Users = React.memo((props: any) => { {item?.name}{" "} removePermission(rowData, item)} >