Skip to content

Commit 05d7e48

Browse files
committed
Fixed build issue
1 parent c13c65e commit 05d7e48

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Build/CommonAssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
//
1616
// You can specify all the values or you can default the Revision and Build Numbers
1717
// by using the '*' as shown below:
18-
[assembly: AssemblyVersion("1.0.59.0")]
19-
[assembly: AssemblyFileVersion("1.0.59.0")]
18+
[assembly: AssemblyVersion("1.0.60.0")]
19+
[assembly: AssemblyFileVersion("1.0.70.0")]

Griddly/Views/Shared/Griddly/Griddly.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
@if (isFirstRender)
4242
{
43-
SortField[] defaultSort = settings.GetDefaultSort();
43+
SortField[] defaultSort = settings.DefaultSort;
4444

4545
@:<div class="griddly @settings.ClassName" data-role="griddly"
4646
@: @Html.AttributeNullable("data-griddly-url", !simple ? Url.Current() : null)

0 commit comments

Comments
 (0)