Skip to content

Commit

Permalink
Update features/admin.groups.v1/pages/groups.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
brionmario authored Jun 6, 2024
1 parent 924afee commit 6eb2d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/admin.groups.v1/pages/groups.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ const GroupsPage: FunctionComponent<any> = (): ReactElement => {
};

const handleDomainChange = (event: React.MouseEvent<HTMLAnchorElement>, data: DropdownProps) => {
setUserStore(data.value as string);
setUserStore(data?.value as string);
};

const handlePaginationChange = (event: React.MouseEvent<HTMLAnchorElement>, data: PaginationProps) => {
Expand Down

0 comments on commit 6eb2d30

Please sign in to comment.