Merge pull request #4060 from sbwalker/dev

increase minimum characters to view Edit button at bottom
This commit is contained in:
Shaun Walker
2024-03-25 07:41:02 -04:00
committed by GitHub

View File

@ -13,7 +13,7 @@
@((MarkupString)content)
@if (PageState.EditMode && content.Length > 1000)
@if (PageState.EditMode && content.Length > 3000)
{
<div class="text-center mt-2">
<ActionLink Action="Edit" EditMode="true" ResourceKey="Edit" />