We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ad41b7 commit 88e409eCopy full SHA for 88e409e
src/app/features/features.component.html
@@ -30,7 +30,7 @@
30
<ng-template #spaceMenu>
31
<hlm-dropdown-menu class="w-60">
32
@for (space of spaceStore.spaces(); track space.id) {
33
- <button hlmDropdownMenuRadio [checked]="space.id === spaceStore.selectedSpaceId()" (click)="onSpaceSelection(space)">
+ <button hlmDropdownMenuRadio [checked]="space.id === spaceStore.selectedSpaceId()" (click)="onSpaceSelection(space)">
34
<hlm-dropdown-menu-radio-indicator />
35
<span> {{ space.name }} </span>
36
</button>
0 commit comments