File tree Expand file tree Collapse file tree 1 file changed +13
-14
lines changed Expand file tree Collapse file tree 1 file changed +13
-14
lines changed Original file line number Diff line number Diff line change @@ -206,24 +206,23 @@ export const ManageSigLeadsPage: React.FC = () => {
206
206
}
207
207
} ;
208
208
209
- const TestButton : React . FC = ( ) => {
210
- return (
211
- < Button
212
- fullWidth
213
- onClick = { async ( ) => {
214
- const response = await getGroupMembers ( `${ orgsGroupId } ` ) ;
215
- response . map ( console . log ) ;
216
- } }
217
- >
218
- Test
219
- </ Button >
220
- ) ;
221
- } ;
209
+ // const TestButton: React.FC = () => {
210
+ // return (
211
+ // <Button
212
+ // fullWidth
213
+ // onClick={async () => {
214
+ // const response = await getGroupMembers(`${orgsGroupId}`);
215
+ // response.map(console.log);
216
+ // }}
217
+ // >
218
+ // Test
219
+ // </Button>
220
+ // );
221
+ // };
222
222
223
223
return (
224
224
< AuthGuard resourceDef = { { service : 'core' , validRoles : [ AppRoles . IAM_ADMIN ] } } >
225
225
< Container >
226
- < TestButton />
227
226
< Title order = { 2 } > SigLead Management System</ Title >
228
227
< ScreenComponent SigMemberCounts = { SigMemberCounts } />
229
228
{ /* <SigTable /> */ }
You can’t perform that action at this time.
0 commit comments