Skip to content

Commit

Permalink
GH-69 :: remove non-existant tag helper from article list widget
Browse files Browse the repository at this point in the history
  • Loading branch information
kentico-matthews committed Aug 29, 2024
1 parent 9d0d5ea commit 97edd43
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@
<div class="row justify-content-center">
<div class="col-xl-11">
<div class="row" data-gridify="3-columns">
<h3>Article list</h3>
@if(Model?.Articles?.Count == 0)
{
<tg-configure-widget-instructions message="No Articles found. Double-check your page selection."/>
<p>No Articles found. Double-check your page selection.</p>
}
else
{
<tg-configure-widget-instructions/>
<p>Please check the article list configuration.</p>
}
</div>
</div>
Expand Down

0 comments on commit 97edd43

Please sign in to comment.