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