Skip to content

Commit

Permalink
Update OrganizerTable
Browse files Browse the repository at this point in the history
  • Loading branch information
vhande committed Nov 22, 2024
1 parent d092d8b commit f4069bc
Show file tree
Hide file tree
Showing 2 changed files with 186 additions and 163 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type OrganizerLabelProps = {
organizer: Organizer;
};

export const OrganizerLabels = ({ organizer }: OrganizerLabelProps) => {
export const OrganizerLabelsForm = ({ organizer }: OrganizerLabelProps) => {
const { t } = useTranslation();
const ref = useRef<TypeaheadElement<Label>>(null);
const router = useRouter();
Expand Down
Loading

0 comments on commit f4069bc

Please sign in to comment.