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 ebb0ac1 commit 439ea73Copy full SHA for 439ea73
1 file changed
src/BootstrapBlazor/Extensions/QueryPageOptionsExtensions.cs
@@ -19,7 +19,7 @@ public static class QueryPageOptionsExtensions
19
/// <returns></returns>
20
public static FilterKeyValueAction ToFilter(this QueryPageOptions option)
21
{
22
- if(option.FilterKeyValueAction!=null) return option.FilterKeyValueAction;
+ if (option.FilterKeyValueAction != null) return option.FilterKeyValueAction;
23
24
var filter = new FilterKeyValueAction();
25
0 commit comments