Skip to content
Snippets Groups Projects
Commit 9da749f2 authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

Merge branch 'fix_e3_tiles' into 'main'

add epoch 3 to tiles dropdown

See merge request !7
parents 7117084f 165d03f8
No related branches found
Tags 2.4.0
3 merge requests!12Take two,!11Catch up with main (Epoch 3),!7add epoch 3 to tiles dropdown
......@@ -23,6 +23,9 @@
<li ngbDropdownItem>
<button type="button" class="btn btn-link w-100 p-0 text-left" (click)="setEpoch(2)">Epoch 2</button>
</li>
<li ngbDropdownItem>
<button type="button" class="btn btn-link w-100 p-0 text-left" (click)="setEpoch(3)">Epoch 3</button>
</li>
</ul>
</div>
<form (ngSubmit)="getMinitilesForEpoch()" class="form-inline col-auto pl-4" [formGroup]="formGroup">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment