-
diff --git a/src/Server/Coderr.Server.Web/ClientApp/components/analyze/home/home.ts b/src/Server/Coderr.Server.Web/ClientApp/components/analyze/home/home.ts
index 9b9d5ced..cea2dcb3 100644
--- a/src/Server/Coderr.Server.Web/ClientApp/components/analyze/home/home.ts
+++ b/src/Server/Coderr.Server.Web/ClientApp/components/analyze/home/home.ts
@@ -29,5 +29,8 @@ export default class AnalyzeHomeComponent extends Vue {
private onReady() {
this.showWelcome = MyIncidents.Instance.myIncidents.length === 0;
+ if (MyIncidents.Instance.myIncidents.length > 0) {
+ MyIncidents.Instance.switchIncident(MyIncidents.Instance.myIncidents[0].incidentId);
+ }
}
}
diff --git a/src/Server/Coderr.Server.Web/ClientApp/components/analyze/incidents/incident.vue.html b/src/Server/Coderr.Server.Web/ClientApp/components/analyze/incidents/incident.vue.html
index 6b01a426..d974009a 100644
--- a/src/Server/Coderr.Server.Web/ClientApp/components/analyze/incidents/incident.vue.html
+++ b/src/Server/Coderr.Server.Web/ClientApp/components/analyze/incidents/incident.vue.html
@@ -1,111 +1,109 @@