mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-08-11 19:32:10 +00:00
Fixed casing in IsProcessing condition check
This commit is contained in:
parent
7f3ada6c7c
commit
018cb8c2e5
@ -54,7 +54,7 @@
|
||||
@this.BelowSubmitContent
|
||||
}
|
||||
|
||||
@if (this.AfterSubmitContent is not null && this.isProcessing)
|
||||
@if (this.AfterSubmitContent is not null && this.IsProcessing)
|
||||
{
|
||||
@this.AfterSubmitContent
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user