Skip to content

Commit f79586b

Browse files
#1487: altered payload in other files
1 parent 44a0525 commit f79586b

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/frontend/src/hooks/change-requests.hooks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ export interface Payload {
124124
scopeImpact: string;
125125
timelineImpact: number;
126126
budgetImpact: number;
127-
type: String;
127+
type: string;
128128
}
129129

130130
/**

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ const ProposedSolutionsList: React.FC<ProposedSolutionsListProps> = ({ proposedS
5757
projectManagerId: 0,
5858
startDate: '',
5959
confirmDetails: false,
60-
confirmDone: false
60+
confirmDone: false,
61+
type: ''
6162
});
6263
} catch (e) {
6364
if (e instanceof Error) {

0 commit comments

Comments
 (0)