File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 47
47
"@ec.components/ui" : " latest" ,
48
48
"ace-builds" : " ^1.4.2" ,
49
49
"core-js" : " ^2.5.4" ,
50
- "ec.sdk" : " ^0.17.18 " ,
50
+ "ec.sdk" : " ^0.17.20 " ,
51
51
"googlemaps" : " ^1.12.0" ,
52
52
"lerna" : " ^3.10.5" ,
53
53
"medium-editor" : " ^5.23.2" ,
Original file line number Diff line number Diff line change 14
14
"peerDependencies" : {
15
15
"@angular/common" : " ^7.2.0" ,
16
16
"@angular/core" : " ^7.2.0" ,
17
- "ec.sdk" : " ^0.17.18 "
17
+ "ec.sdk" : " ^0.17.20 "
18
18
},
19
19
"gitHead" : " 86e9b9eb3470a98ef951b70921e3119eb0c7c03c"
20
20
}
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ export class ResourceSelectComponent extends SelectComponent<Resource> implement
83
83
togglePop ( e ) {
84
84
if ( this . dropdown && this . config && ! this . config . disableSearchbar ) {
85
85
this . dropdown . show ( e ) ;
86
- } else if ( this . resourceListPop && ! this . config . disableListPop ) {
86
+ } else if ( this . resourceListPop && this . config && ! this . config . disableListPop ) {
87
87
this . resourceListPop . show ( e ) ;
88
88
} else if ( this . resourcePop && ! this . config . disableCreatePop ) {
89
89
this . resourcePop . show ( ) ;
You can’t perform that action at this time.
0 commit comments