Skip to content

Commit 4fd6cc0

Browse files
committed
fix: TT-282 rebase master with these changes
2 parents 53e7aaa + b53be5c commit 4fd6cc0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/app/modules/time-clock/components/entry-fields/entry-fields.component.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#autofocus
1010
required>
1111
<option *ngFor="let activity of activities" value="{{ activity.id }}" class = "id">{{ activity.name }}</option>
12+
1213
</select>
1314
</div>
1415

src/app/modules/time-clock/components/project-list-hover/project-list-hover.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ import { LoadActivities } from './../../../activities-management/store/activity-
1919
import { allActivities } from 'src/app/modules/activities-management/store/activity-management.selectors';
2020
import { head } from 'lodash';
2121

22+
2223
@Component({
2324
selector: 'app-project-list-hover',
2425
templateUrl: './project-list-hover.component.html',

0 commit comments

Comments
 (0)