Skip to content

Commit 88e409e

Browse files
committed
Update Elements
1 parent 5ad41b7 commit 88e409e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/features/features.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<ng-template #spaceMenu>
3131
<hlm-dropdown-menu class="w-60">
3232
@for (space of spaceStore.spaces(); track space.id) {
33-
<button hlmDropdownMenuRadio [checked]="space.id === spaceStore.selectedSpaceId()" (click)="onSpaceSelection(space)">
33+
<button hlmDropdownMenuRadio [checked]="space.id === spaceStore.selectedSpaceId()" (click)="onSpaceSelection(space)">
3434
<hlm-dropdown-menu-radio-indicator />
3535
<span> {{ space.name }} </span>
3636
</button>

0 commit comments

Comments
 (0)