Skip to content

Commit

Permalink
Update CreatePostComponent.razor
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Sep 1, 2024
1 parent f8851b9 commit db5b46a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/Jordnaer/Features/Posts/CreatePostComponent.razor
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
SelectedValuesChanged="SelectedCategoriesChanged">
</MudSelectExtended>
<MudButton Variant="Variant.Filled" Color="Color.Success" OnClick="CreatePost">Slå op</MudButton>
<MudCheckBox Label="Vis område" title="Gem postnummer og by som en del af opslaget" @bind-Checked="_includeAreaInPost" />
<MudCheckBox T="bool" Label="Vis område" title="Gem postnummer og by som en del af opslaget" @bind-Checked="_includeAreaInPost" />
</Authorized>
</AuthorizeView>
</MudPaper>
Expand Down

0 comments on commit db5b46a

Please sign in to comment.