increase minimum characters to view Edit button at bottom

This commit is contained in:
sbwalker 2024-03-25 07:40:48 -04:00
parent bb59f66008
commit bb27099f9e

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" />