Skip to content

Commit

Permalink
CGrid Url property getter
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavnavar committed Jun 5, 2021
1 parent 4ea5347 commit 698b03c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GridBlazor/CGrid.cs
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ private void SetInitSorting()
/// <summary>
/// Provides url used by the grid
/// </summary>
public string Url { get; internal set; }
public string Url { get; set; }

public HttpClient HttpClient
{
Expand Down
2 changes: 1 addition & 1 deletion GridBlazor/GridBlazor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<LangVersion>8.0</LangVersion>
<GenerateEmbeddedFilesManifest>True</GenerateEmbeddedFilesManifest>
<EnableDefaultEmbeddedResourceItems>False</EnableDefaultEmbeddedResourceItems>
<Version>2.1.15</Version>
<Version>2.1.16</Version>
<Title>GridBlazor</Title>
<Description>Grid components for Blazor</Description>
<Summary>Grid components for Blazor</Summary>
Expand Down

0 comments on commit 698b03c

Please sign in to comment.