diff --git a/src/components/subgoal/Subgoal-Assignment-Modal.module.css b/src/components/subgoal/Subgoal-Assignment-Modal.module.css
index 9cc0a5b3..c1373b78 100644
--- a/src/components/subgoal/Subgoal-Assignment-Modal.module.css
+++ b/src/components/subgoal/Subgoal-Assignment-Modal.module.css
@@ -2,6 +2,8 @@
.assignSubgoalModal {
max-width: 360px;
width: 360px;
+ max-height: 580px;
+ height: 800px;
margin: auto;
font-size: 16px;
text-align: left;
diff --git a/src/components/subgoal/Subgoal-Assignment-Modal.tsx b/src/components/subgoal/Subgoal-Assignment-Modal.tsx
index 023a1eb4..4627b871 100644
--- a/src/components/subgoal/Subgoal-Assignment-Modal.tsx
+++ b/src/components/subgoal/Subgoal-Assignment-Modal.tsx
@@ -3,8 +3,6 @@ import {
Box,
Dialog,
DialogTitle,
- Alert,
- AlertTitle,
Button,
List,
ListItem,
@@ -24,6 +22,7 @@ interface SubgoalAssignmentModalProps {
export const SubgoalAssignmentModal = (props: SubgoalAssignmentModalProps) => {
const [selectedParaIds, setSelectedParaIds] = useState
Select one or more paras:
- below could be from rendering {selectionLabel} but this is one solution to start */}
+ {currentModalSelection === 1 && (
+ Select one or more paras:
+ {myParasQuery.data?.map((para) => (
+ // CSS ask is to reorder the mapped staff so that the selected staff are moved to the top of the list
+
+