Skip to content

Commit

Permalink
Format files
Browse files Browse the repository at this point in the history
  • Loading branch information
SSchulze1989 committed Feb 27, 2024
1 parent 6fd1e60 commit e78562d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/iRLeagueManager.Web/Components/DisplayMarkdown.razor
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
@inject HtmlSanitizer Sanitizer

<div class="@Class" style="@Style">
@((MarkupString)RenderBody())
@((MarkupString)RenderBody())
</div>

@code {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

<MudDialog>
<DialogContent>
<EditForm Model=Value>
<InputMarkdown @bind-Value="Value" />
</EditForm>
</DialogContent>
<DialogActions>
<PromptDialogButtons OkText="Ok" OkClick="Submit" CancelText="Cancel" CancelClick="Cancel" />
</DialogActions>
<EditForm Model=Value>
<InputMarkdown @bind-Value="Value" />
</EditForm>
</DialogContent>
<DialogActions>
<PromptDialogButtons OkText="Ok" OkClick="Submit" CancelText="Cancel" CancelClick="Cancel" />
</DialogActions>
</MudDialog>

@code {
Expand Down

0 comments on commit e78562d

Please sign in to comment.