Skip to content

Commit

Permalink
Add Hack as an ACM Community (#626)
Browse files Browse the repository at this point in the history
* Hack is back

* Add design also

* add to edit event as well, test
  • Loading branch information
alexzhang1618 authored Oct 11, 2023
1 parent 294e6d6 commit 3a5f07e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/admin/components/CreateEventForm/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import './style.less';
const { Option } = Select;
const { TextArea } = Input;

const suborgs = ['General', 'AI', 'Cyber'];
const suborgs = ['General', 'AI', 'Cyber', 'Hack', 'Design'];

interface CreateEventFormProps {
handleBlur: FocusEventHandler;
Expand Down
2 changes: 1 addition & 1 deletion src/admin/components/EditEventForm/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { Event } from '../../../types';
const { Option } = Select;
const { TextArea } = Input;

const suborgs = ['General', 'AI', 'Cyber'];
const suborgs = ['General', 'AI', 'Cyber', 'Hack', 'Design'];

interface EventProp {
start: string;
Expand Down

0 comments on commit 3a5f07e

Please sign in to comment.