Ignore:
Timestamp:
11/15/20 19:08:48 (3 years ago)
Author:
DimitarSlezenkovski <dslezenkovski@…>
Branches:
master
Children:
8b13eb2
Parents:
1db5673
Message:

fix bugs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Farmatiko/ClientApp/src/app/admin/admin.component.ts

    r1db5673 r68454c6  
    1919  public requests: IPharmacyHeadRequest[] = [];
    2020  public head: IPharmacyHead = {
    21     id: '',
    2221    PharmacyMedicines: null,
    2322    Pharmacy: null,
     
    5857        () => console.log("PharmacyHead inserted"));
    5958    this.head = {
    60       id: '',
    6159      PharmacyMedicines: null,
    6260      Pharmacy: null,
Note: See TracChangeset for help on using the changeset viewer.