diff --git a/src/dispatch/static/dispatch/src/case/EscalateDialog.vue b/src/dispatch/static/dispatch/src/case/EscalateDialog.vue index 2657ab8a5d96..968f66fd704c 100644 --- a/src/dispatch/static/dispatch/src/case/EscalateDialog.vue +++ b/src/dispatch/static/dispatch/src/case/EscalateDialog.vue @@ -87,7 +87,7 @@ export default { this.incidentDescription = this.caseDescription this.incidentTitle = this.caseTitle this.incidentProject = this.caseProject ? this.caseProject : null - this.incidentType = this.caseType.incident_type ? this.caseType : null + this.incidentType = this.caseType.incident_type ? this.caseType.incident_type : null } ) },