This website works better with JavaScript.
Home
Explore
Help
Sign In
wayne.lee
/
tsms
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
2
Wiki
Activity
Browse Source
update
tags/Baseline_30082024_FRONTEND_UAT
MSI\derek
1 year ago
parent
863aa999c7
commit
c71625d2f3
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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} />;
};
Write
Preview
Loading…
Cancel
Save