| commit | f6d442435d11e723a437db4b2c0b360cba293532 | [log] [tgz] |
|---|---|---|
| author | Dimitrios Chalepakis <dimitrios.chalepakis@pta.de> | Thu Apr 02 14:26:07 2020 +0200 |
| committer | Dimitrios Chalepakis <dimitrios.chalepakis@pta.de> | Thu Apr 02 14:26:07 2020 +0200 |
| tree | efe5cb1cde9d17c5916cca82ad8cdd722e15c239 | |
| parent | 86683f9421baaa76f244687f61e19e7165349bd9 [diff] |
SI-528 FE Feld probable reason entfernen
diff --git a/projects/grid-failure-information-app/src/app/shared/models/grid-failure.model.ts b/projects/grid-failure-information-app/src/app/shared/models/grid-failure.model.ts index cfef922..d419695 100644 --- a/projects/grid-failure-information-app/src/app/shared/models/grid-failure.model.ts +++ b/projects/grid-failure-information-app/src/app/shared/models/grid-failure.model.ts
@@ -29,7 +29,6 @@ public internalRemark: string = null; public postcode: string = null; public pressureLevel: string = null; - public probableReason: string = null; public radius: string = null; public radiusId: string = null; public responsibility: string = null;