fix bindings

This commit is contained in:
Nicolas Constant 2019-05-19 02:26:46 -04:00
parent f811c5bbb3
commit 8509e43df3
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ export class MyAccountComponent implements OnInit, OnDestroy {
}
listTitle: string;
private creationLoading: boolean;
creationLoading: boolean;
createList(): boolean {
if(this.creationLoading || !this.listTitle || this.listTitle == '') return false;