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 fd1d061 commit 1e8999fCopy full SHA for 1e8999f
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.46.0")]
19
-[assembly: AssemblyFileVersion("1.0.46.0")]
+[assembly: AssemblyVersion("1.0.47.0")]
+[assembly: AssemblyFileVersion("1.0.47.0")]
Griddly.Mvc/GriddlyFilter.cs
@@ -115,7 +115,7 @@ public void SetSelectedItems(object value)
115
{
116
IEnumerable defaultValues = value as IEnumerable;
117
118
- if (value == null || value is string)
+ if (defaultValues == null || value is string)
119
120
string valueString = value.ToString();
121
0 commit comments