Skip to content

Commit f17e728

Browse files
committed
#1250: Reverted small spacing change in ProposedSolutionsList.tsx
1 parent b6d9596 commit f17e728

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/frontend/src/pages/ChangeRequestDetailPage/ProposedSolutionsList.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ const ProposedSolutionsList: React.FC<ProposedSolutionsListProps> = ({ proposedS
3333
const addProposedSolution = async (data: ProposedSolution) => {
3434
setShowEditableForm(false);
3535
const { description, timelineImpact, scopeImpact, budgetImpact } = data;
36+
3637
// send the details of new proposed solution to the backend database
3738
await mutateAsync({
3839
submitterId: userId,

0 commit comments

Comments
 (0)