PMCORE-2692: Error with ghost processes
remove debugger code style
This commit is contained in:
@@ -64,8 +64,10 @@ export default {
|
|||||||
api.process.list
|
api.process.list
|
||||||
.start()
|
.start()
|
||||||
.then((response) => {
|
.then((response) => {
|
||||||
that.categories = that.formatCategories(response.data);
|
if (response.data && response.data.success !== "failure") {
|
||||||
that.categoriesFiltered = that.categories;
|
that.categories = that.formatCategories(response.data);
|
||||||
|
that.categoriesFiltered = that.categories;
|
||||||
|
}
|
||||||
})
|
})
|
||||||
.catch((e) => {
|
.catch((e) => {
|
||||||
console.error(e);
|
console.error(e);
|
||||||
|
|||||||
Reference in New Issue
Block a user