Skip to content

Commit

Permalink
Update src/OrchardCore.Modules/OrchardCore.Lists/Views/ListPartDetail…
Browse files Browse the repository at this point in the history
…AdminSearchPanel.cshtml
  • Loading branch information
MikeAlhayek authored Sep 20, 2024
1 parent 9d5c0f6 commit 13eb757
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
@using Microsoft.AspNetCore.Mvc.TagHelpers
@using OrchardCore.Lists.ViewModels
@using OrchardCore.Localization

@model OrchardCore.Lists.ViewModels.ListPartViewModel

@{
var dropdownClassList = CultureInfo.CurrentUICulture.IsRightToLeft()
? "dropdown-menu dropdown-menu-start"
Expand Down

0 comments on commit 13eb757

Please sign in to comment.