fixed error
This commit is contained in:
parent
2923fa867e
commit
94b223a4b4
|
@ -1560,7 +1560,10 @@ var TreeController = {
|
|||
this.reload();
|
||||
},
|
||||
init: function(data) {
|
||||
if (data.filter.statusModule === "fired") {
|
||||
if (
|
||||
typeof data.filter !== "undefined" &&
|
||||
data.filter.statusModule === "fired"
|
||||
) {
|
||||
const newData = {
|
||||
ajaxUrl: data.ajaxURL,
|
||||
baseURL: data.baseURL,
|
||||
|
|
Loading…
Reference in New Issue