From f0c7fb17cfc0b9db31dabcb45da064316a46e4d8 Mon Sep 17 00:00:00 2001 From: Mythily Mudunuru <102122005+mythilytm@users.noreply.github.com> Date: Fri, 15 Dec 2023 19:21:42 -0500 Subject: [PATCH] Fix failing workflows from unresolved conflicts (#1950) * fix: failing gh workflows from unresolved conflicts * minor cleanup --- .../ProfileListPage/ProfileListPage.tsx | 18 +++++++++--------- .../ProfileListPage/ProfileListRow.tsx | 19 ++++++++----------- 2 files changed, 17 insertions(+), 20 deletions(-) diff --git a/plugin-hrm-form/src/components/profile/ProfileListPage/ProfileListPage.tsx b/plugin-hrm-form/src/components/profile/ProfileListPage/ProfileListPage.tsx index 0ec7b3b04f..94d7860f04 100644 --- a/plugin-hrm-form/src/components/profile/ProfileListPage/ProfileListPage.tsx +++ b/plugin-hrm-form/src/components/profile/ProfileListPage/ProfileListPage.tsx @@ -16,7 +16,7 @@ import React from 'react'; -import { CLTable, CLTableRow, CLTableCell } from '../../../styles/caseList'; +import { StandardTable, DataTableRow, DataCell } from '../../../styles/table'; import { useProfileListLoader } from '../../../states/profile/hooks/useProfileListLoader'; import { useProfileList } from '../../../states/profile/hooks/useProfileList'; import ProfileListRow from './ProfileListRow'; @@ -32,17 +32,17 @@ const ProfileListPage: React.FC = () => { return ( <>