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