File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 2323 "serverUrl" : " " ,
2424 "serverType" : " SASVIYA" ,
2525 "appLoc" : " /Public/app/angular-seed-app" ,
26- "deployConfig" : {
27- "deployServicePack" : true
28- },
2926 "contextName" : " SAS Job Execution compute context"
3027 },
3128 {
4239 {
4340 "name" : " server" ,
4441 "serverType" : " SASJS" ,
42+ "serverUrl" : " " ,
4543 "appLoc" : " /Public/app/angular-seed-app" ,
4644 "deployConfig" : {
4745 "deployServicePack" : true
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ export class DataComponent implements OnInit {
4343 this . springs = res [ 'springs' ]
4444 this . springsLoading = false
4545
46- if ( ! res || ! res [ 'springs' ] || res [ 'spring' ] . length < 1 ) {
46+ if ( ! res || ! res [ 'springs' ] || res [ 'spring' ] ? .length < 1 ) {
4747 this . noData = true
4848 } else {
4949 this . noData = false
You can’t perform that action at this time.
0 commit comments