Skip to content

Commit 10eb9a5

Browse files
authored
Merge pull request #2 from unicef-polymer/fix--intervention-type
[ch23587] Add date field for date review performed
2 parents 85d618d + 63d3c0b commit 10eb9a5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@unicef-polymer/etools-types",
33
"description": "Etools types",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"contributors": [
66
"eTools Team"
77
],

src/models-and-classes/intervention.classes.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ export class Intervention {
273273
partner_accepted = false;
274274
date_sent_to_partner = '';
275275
cancel_justification = '';
276+
date_partnership_review_performed?: string;
276277
}
277278

278279
export type RiskData = {

0 commit comments

Comments
 (0)