Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make departments step more obvious
  • Loading branch information
regalijan committed Nov 2, 2023
1 parent fe024c3 commit 26a8e03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/NewInactivityNotice.tsx
Expand Up @@ -113,7 +113,8 @@ export default function (props: {
<br />
<br />
<CheckboxGroup onChange={(a: string[]) => setDepartments(a)}>
<VStack>
<Text>Departments:&nbsp;</Text>
<VStack alignItems="start">
{props.departments.map((d) => (
<Checkbox key={d} value={d}>
{d}
Expand Down

0 comments on commit 26a8e03

Please sign in to comment.