Skip to content

Commit

Permalink
Resolve conversations
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelMoeri committed Nov 22, 2024
1 parent 337f8c8 commit 38d9127
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .run/OkrApplication-E2E.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<configuration default="false" name="OkrApplication-E2E" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
<option name="ACTIVE_PROFILES" value="integration-test" />
<option name="ALTERNATIVE_JRE_PATH" value="temurin-21" />
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="true" />
<module name="backend" />
<option name="SPRING_BOOT_MAIN_CLASS" value="ch.puzzle.okr.OkrApplication" />
<method v="2">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<mat-chip-listbox class="chip-list overflow-hidden w-100 d-grid">
<!-- Button to select all teams -->
<button (click)="toggleAll()" class="icon-button team-button focus-outline mt-1 me-1">
<mat-chip
[attr.data-testId]="'team-filter-alle'"
Expand Down

0 comments on commit 38d9127

Please sign in to comment.