Fixed casing in IsProcessing condition check

This commit is contained in:
Thorsten Sommer 2026-07-05 17:16:56 +02:00
parent 7f3ada6c7c
commit 018cb8c2e5
Signed by untrusted user who does not match committer: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -54,7 +54,7 @@
@this.BelowSubmitContent
}
@if (this.AfterSubmitContent is not null && this.isProcessing)
@if (this.AfterSubmitContent is not null && this.IsProcessing)
{
@this.AfterSubmitContent
}