fix button to update a users page
This commit is contained in:
parent
be77736604
commit
0dfa7e79a6
@ -6,8 +6,8 @@
|
|||||||
<ion-buttons slot="start">
|
<ion-buttons slot="start">
|
||||||
</ion-buttons>
|
</ion-buttons>
|
||||||
<ion-buttons slot="end">
|
<ion-buttons slot="end">
|
||||||
<ion-button>
|
<ion-button (click)="refresh()">
|
||||||
<ion-icon slot="icon-only" name="refresh" (click)="refresh()" />
|
<ion-icon slot="icon-only" name="refresh" />
|
||||||
</ion-button>
|
</ion-button>
|
||||||
<ion-button id="addUser">
|
<ion-button id="addUser">
|
||||||
<ion-icon slot="icon-only" name="add"/>
|
<ion-icon slot="icon-only" name="add"/>
|
||||||
|
@ -17,7 +17,6 @@ export class UsersPage implements OnInit {
|
|||||||
ngOnInit() {
|
ngOnInit() {
|
||||||
this.storage.init().then(() => {
|
this.storage.init().then(() => {
|
||||||
this.storage.getReaderUsers().then((users) => {
|
this.storage.getReaderUsers().then((users) => {
|
||||||
console.log(users);
|
|
||||||
this.users = users;
|
this.users = users;
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user