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