Skip to content

Commit

Permalink
mdd-fix-browserlayout (#514)
Browse files Browse the repository at this point in the history
made ValueTask projects > public

Co-authored-by: HUSSAR-mtrela (Martin Trela) <[email protected]>
  • Loading branch information
mddifilippo89 and HUSSAR-mtrela authored Nov 13, 2023
1 parent 7e5e7ef commit 75282d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ protected override async Task OnInitializedAsync()
await JSRuntime.InvokeVoidAsync("attachPreventScroll");
}

protected async ValueTask DisposeAsync()
public async ValueTask DisposeAsync()
{
await JSRuntime.InvokeVoidAsync("removePreventScroll");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<IgbPropertyEditorPanel
Name="PropertyEditor"
@ref="propertyEditor"

Target="treeGrid"
DescriptionType="WebTreeGrid"
IsHorizontal="true"
IsWrappingEnabled="true">
Expand Down

0 comments on commit 75282d6

Please sign in to comment.