We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c13c65e commit 05d7e48Copy full SHA for 05d7e48
Build/CommonAssemblyInfo.cs
@@ -15,5 +15,5 @@
15
//
16
// You can specify all the values or you can default the Revision and Build Numbers
17
// by using the '*' as shown below:
18
-[assembly: AssemblyVersion("1.0.59.0")]
19
-[assembly: AssemblyFileVersion("1.0.59.0")]
+[assembly: AssemblyVersion("1.0.60.0")]
+[assembly: AssemblyFileVersion("1.0.70.0")]
Griddly/Views/Shared/Griddly/Griddly.cshtml
@@ -40,7 +40,7 @@
40
41
@if (isFirstRender)
42
{
43
- SortField[] defaultSort = settings.GetDefaultSort();
+ SortField[] defaultSort = settings.DefaultSort;
44
45
@:<div class="griddly @settings.ClassName" data-role="griddly"
46
@: @Html.AttributeNullable("data-griddly-url", !simple ? Url.Current() : null)
0 commit comments