File tree 3 files changed +1
-3
lines changed
3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 96
96
position : absolute ;
97
97
right :10px ;
98
98
bottom :0 ;
99
- top :8 px ;
99
+ top :0 ;
100
100
display :flex ;
101
101
justify-content : center ;
102
102
align-items : center ;
Original file line number Diff line number Diff line change 189
189
})
190
190
},
191
191
async removeApp (app ){
192
- console .log (app);
193
192
await PermissionService .removeAllPermissionsFor (app .applink );
194
193
if (! this .permissions .filter (x => x .isIdentity ).length ){
195
194
this .state = STATES .EXPLORE ;
Original file line number Diff line number Diff line change 214
214
participantsAsSelector: false ,
215
215
}},
216
216
created (){
217
- console .log (this .popup );
218
217
this .selectedIdentity = this .identity .clone ();
219
218
this .selectedLocation = this .selectedIdentity .locations [0 ];
220
219
this .clonedLocation = this .selectedIdentity .locations [0 ].clone ();
You can’t perform that action at this time.
0 commit comments