Adding default state.
This commit is contained in:
parent
75baba76d6
commit
e9f69dcfea
|
@ -21,6 +21,8 @@
|
||||||
if (resp.datasource && resp.appId) {
|
if (resp.datasource && resp.appId) {
|
||||||
ds = resp.datasource
|
ds = resp.datasource
|
||||||
appId = resp.appId
|
appId = resp.appId
|
||||||
|
} else {
|
||||||
|
ds = resp
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
window.open(
|
window.open(
|
||||||
|
|
Loading…
Reference in New Issue