diff --git a/src/app/dashboard/add-data.component.ts b/src/app/dashboard/add-data.component.ts index 13589c7..c894a84 100644 --- a/src/app/dashboard/add-data.component.ts +++ b/src/app/dashboard/add-data.component.ts @@ -237,7 +237,7 @@ export class AddDataComponent implements OnInit { town: '', postcode: '', }; - this.storeList = null; + this.storeList = []; this.amount = null; this.transactionFormInvalid = true; this.showAddStore = false;