Browse Source

update

tags/Baseline_30082024_FRONTEND_UAT
MSI\derek 1 year ago
parent
commit
c71625d2f3
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/components/UserGroupSearch/UserGroupSearchWrapper.tsx

+ 0
- 1
src/components/UserGroupSearch/UserGroupSearchWrapper.tsx View File

@@ -9,7 +9,6 @@ interface SubComponents {

const UserGroupSearchWrapper: React.FC & SubComponents = async () => {
const group = await fetchGroup()
console.log(group)

return <UserGroupSearch groups={group.records} />;
};


Loading…
Cancel
Save