Skip to content

Commit 199216f

Browse files
committed
temp changes for faster testing
1 parent 6236de9 commit 199216f

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<la-navigator />
2-
<div class="flex-container">
3-
<la-annotation-input />
2+
<div>
43
<la-annotation-menu />
54
</div>
5+
<div>
6+
<la-annotation-input />
7+
</div>

frontend/src/app/annotate/annotation-menu/annotation-menu.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import { AnnotationCommentsComponent } from "../annotation-comments/annotation-c
2424
styleUrl: "./annotation-menu.component.scss",
2525
})
2626
export class AnnotationMenuComponent {
27-
public active = 1;
27+
public active = 2;
2828

2929
public faSquarePollHorizontal = faSquarePollHorizontal;
3030
public faTree = faTree;

0 commit comments

Comments
 (0)