Skip to content

Commit

Permalink
Debug admin console Github actions (#3147)
Browse files Browse the repository at this point in the history
  • Loading branch information
g-duval authored Nov 27, 2024
1 parent 570c413 commit 96350d1
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ export const CreateEditBehaviorGroupModal: React.FunctionComponent<CreateEditMod

const actionOption = [
<FormSelectOption key='choose action' isPlaceholder label='Choose an action' />,
<FormSelectOption key='email-all' label='Send an email to Users: All' value='email-all' />,
<FormSelectOption key='email-admin' label='Send an email to Users: Admins' value='email-admin' />,
<FormSelectOption key='drawer-all' label='Send a drawer notification to Users: All' value='drawer-all' />,
<FormSelectOption key='drawer-admin' label='Send a drawer notification to Users: Admins' value='drawer-admin' />
<FormSelectOption key='drawer-admin' label='Send a drawer notification to Users: Admins' value='drawer-admin' />,
<FormSelectOption key='email-all' label='Send an email to Users: All' value='email-all' />,
<FormSelectOption key='email-admin' label='Send an email to Users: Admins' value='email-admin' />
];

const handleChange = (value: string, event: React.FormEvent<HTMLInputElement> | React.FormEvent<HTMLTextAreaElement>
Expand Down

0 comments on commit 96350d1

Please sign in to comment.