Sagar Shah

Results 3 issues of Sagar Shah

``` isDisabled: function (date, mode) { console.log('checking if the date is disabled'); const day = date.getDate(); if (day == 29 || day == 30 || day == 31) { return...

- schema update to include company and user - seed update to populate user and company