Skip to content

Commit

Permalink
Merge pull request #32 from hack4impact-upenn/plain-text-editor
Browse files Browse the repository at this point in the history
Plain text editor
  • Loading branch information
rosewang01 authored Jun 23, 2024
2 parents 6c83b09 + 3708374 commit 182da34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/src/components/EditorGUI.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export default function EditorGUI({
text: text,
resultantQuestionId: item.resultantQuestionId,
resourceContent: item.resourceContent,
resourceLink: item.resourceLink,
};
return newAnswer;
}
Expand All @@ -58,6 +59,7 @@ export default function EditorGUI({
text: item.text,
resultantQuestionId: item.resultantQuestionId,
resourceContent: text,
resourceLink: text,
};
return newAnswer;
}
Expand Down

0 comments on commit 182da34

Please sign in to comment.