Skip to content

Commit

Permalink
Fixed the display of the image on the Modal Config (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
csharpfritz committed Mar 21, 2024
1 parent 9a7c858 commit 984b96d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@

@code {

private string _BackgroundImage;
private string _BackgroundImageMimeType;
private string _BackgroundImage = string.Empty;
private string _BackgroundImageMimeType = string.Empty;

[CascadingParameter]
private HttpContext HttpContext { get; set; } = default!;
Expand Down

0 comments on commit 984b96d

Please sign in to comment.