fix bindings
This commit is contained in:
parent
f811c5bbb3
commit
8509e43df3
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue