Skip to content

Commit

Permalink
Update src/pages/organizers/create/OrganizerForm.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Simon de Bruijn <[email protected]>
  • Loading branch information
brampauwelyn and simon-debruijn authored Oct 11, 2023
1 parent b808661 commit 93fad50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/organizers/create/OrganizerForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ const OrganizerForm = () => {
// @ts-expect-error
const organizer = getOrganizerByIdQuery?.data;

const organizerLabelsSet = new Set();
const organizerLabelsSet = new Set<string>();

(organizer?.labels ?? []).map((label: string) =>
organizerLabelsSet.add(label),
Expand Down

0 comments on commit 93fad50

Please sign in to comment.