Skip to content

Commit

Permalink
small UI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nsjames committed May 15, 2019
1 parent a17f012 commit d1611b1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/reusable/Input.vue
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
position: absolute;
right:10px;
bottom:0;
top:8px;
top:0;
display:flex;
justify-content: center;
align-items: center;
Expand Down
1 change: 0 additions & 1 deletion src/views/Apps.vue
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@
})
},
async removeApp(app){
console.log(app);
await PermissionService.removeAllPermissionsFor(app.applink);
if(!this.permissions.filter(x => x.isIdentity).length){
this.state = STATES.EXPLORE;
Expand Down
1 change: 0 additions & 1 deletion src/views/popouts/Signature.vue
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@
participantsAsSelector:false,
}},
created(){
console.log(this.popup);
this.selectedIdentity = this.identity.clone();
this.selectedLocation = this.selectedIdentity.locations[0];
this.clonedLocation = this.selectedIdentity.locations[0].clone();
Expand Down

0 comments on commit d1611b1

Please sign in to comment.