File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9696 position : absolute ;
9797 right :10px ;
9898 bottom :0 ;
99- top :8 px ;
99+ top :0 ;
100100 display :flex ;
101101 justify-content : center ;
102102 align-items : center ;
Original file line number Diff line number Diff line change 189189 })
190190 },
191191 async removeApp (app ){
192- console .log (app);
193192 await PermissionService .removeAllPermissionsFor (app .applink );
194193 if (! this .permissions .filter (x => x .isIdentity ).length ){
195194 this .state = STATES .EXPLORE ;
Original file line number Diff line number Diff line change 214214 participantsAsSelector: false ,
215215 }},
216216 created (){
217- console .log (this .popup );
218217 this .selectedIdentity = this .identity .clone ();
219218 this .selectedLocation = this .selectedIdentity .locations [0 ];
220219 this .clonedLocation = this .selectedIdentity .locations [0 ].clone ();
You can’t perform that action at this time.
0 commit comments