Skip to content

Commit

Permalink
Remove multi-select on month filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Webreaper authored Jul 21, 2023
1 parent 0bbaa05 commit bf1166f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Damselfly.Web.Client/Shared/AdvancedSearchPanel.razor
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</div>
<div class="damselfly-dialogctrl">
<MudSelect T=" int? " Label="Month" @bind-Value="searchService.Month" @bind-Value:after="FilterChanged"
MultiSelection="true" Clearable="true"
MultiSelection="false" Clearable="true"
Dense="true" Margin="Margin.Dense" Variant="UIConstants.MudVariant">
@foreach( var choice in monthChoices )
{
Expand Down Expand Up @@ -227,4 +227,4 @@
AddRangeShortcut($"{Jan1ThisYear.AddYears(-10).Year}", new DateRange { Start = Jan1ThisYear.AddYears(-10), End = Jan1ThisYear.AddYears(-9).AddSeconds(-1) });
}

}
}

0 comments on commit bf1166f

Please sign in to comment.