Skip to content

Commit

Permalink
Update #572 System.Text.RegularExpressions from 4.3.0 to 4.3.1 #580
Browse files Browse the repository at this point in the history
  • Loading branch information
joao4all authored Apr 17, 2024
1 parent c818593 commit 8125e3f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions COMET.Web.Common/COMET.Web.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.1" />
<PackageReference Include="ReactiveUI" Version="19.5.41" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
</ItemGroup>
<ItemGroup>
<None Include="..\README.md" Pack="true" PackagePath="\" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,6 @@ public async Task ApplyFilters()
/// <param name="selectedOption">the selected <see cref="Option" /></param>
public void OnOptionFilterChange(Option selectedOption)
{
this.Elements.Clear();

var nestedElements = this.CurrentThing.QueryNestedElements(selectedOption).ToList();

var associatedElements = new List<ElementUsage>();
Expand Down

0 comments on commit 8125e3f

Please sign in to comment.