Skip to content

Commit

Permalink
remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 committed Jan 10, 2024
1 parent 6194bfa commit 5d216ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/page-configuration/change-admin-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default function ChangeAdminForm({ registration, refetch }: Props) {
<AppConfigAdGroups
labeling={'Administrators'}
adGroups={registration.adGroups}
handleAdGroupsChange={(value, actionMeta) =>
handleAdGroupsChange={(value) =>
setAdminAdGroup(value.map((v) => v.id))
}
/>
Expand Down

0 comments on commit 5d216ce

Please sign in to comment.