Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
removed this
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanJosipovic committed Oct 26, 2019
1 parent 3c31527 commit 81e8919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BlazorTable/Components/Column.razor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public string Title

public void Dispose()
{
this.Table.RemoveColumn(this);
Table.RemoveColumn(this);
}

protected override void OnInitialized()
Expand Down

0 comments on commit 81e8919

Please sign in to comment.