Make departments step more obvious
This commit is contained in:
parent
fe024c37da
commit
26a8e037c7
@ -113,7 +113,8 @@ export default function (props: {
|
||||
<br />
|
||||
<br />
|
||||
<CheckboxGroup onChange={(a: string[]) => setDepartments(a)}>
|
||||
<VStack>
|
||||
<Text>Departments: </Text>
|
||||
<VStack alignItems="start">
|
||||
{props.departments.map((d) => (
|
||||
<Checkbox key={d} value={d}>
|
||||
{d}
|
||||
|
Loading…
x
Reference in New Issue
Block a user