PMCORE-3388: By Selecting "My Cases" in the left Menu the Tab "Started By Me" should be set as default Build PMCORE_3.7.0

fix bad code
This commit is contained in:
Rodrigo Quelca
2021-09-30 13:40:40 +00:00
parent 8df5e2f014
commit 6f987e9195

View File

@@ -347,6 +347,9 @@ export default {
let that = this;
api.casesHeader.get().then((response) => {
that.headers = that.formatCasesHeaders(response.data);
if (that.headers[0]) {
that.title = that.headers[0].title;
}
that.setFilterHeader();
});
},