Skip to content

Commit

Permalink
fix: declares more than one parameter matching the name 'style'.
Browse files Browse the repository at this point in the history
  • Loading branch information
wzh425 committed Jul 12, 2024
1 parent fd2d8b4 commit 62b2fa1
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ public partial class Config
[Parameter]
public int ProjectId { get; set; }

[Parameter]
public string Style { get; set; } = "height: calc(100vh - 192px);";

[Parameter]
public string ConfigPanelStyle { get; set; } = "height: calc(100vh - 244px);";

Expand Down

0 comments on commit 62b2fa1

Please sign in to comment.