Skip to content
Snippets Groups Projects
Commit 875a1d4a authored by Jim Sheckard's avatar Jim Sheckard
Browse files

Merge branch 'main' into epoch_fix

parents b30870f6 9da749f2
No related branches found
No related tags found
1 merge request!11Catch up with main (Epoch 3)
......@@ -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