mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-06-27 15:56:28 +00:00
quick spelling fix
This commit is contained in:
parent
2acb6f2a57
commit
00ac2ae304
@ -23,7 +23,7 @@ public partial class AssistantLegalCheck : AssistantBaseCore<SettingsDialogLegal
|
|||||||
|
|
||||||
protected override string SubmitText => T("Ask your questions");
|
protected override string SubmitText => T("Ask your questions");
|
||||||
|
|
||||||
protected override Func<Task> SubmitAction => this.AksQuestions;
|
protected override Func<Task> SubmitAction => this.AskQuestions;
|
||||||
|
|
||||||
protected override bool SubmitDisabled => this.isAgentRunning;
|
protected override bool SubmitDisabled => this.isAgentRunning;
|
||||||
|
|
||||||
@ -89,7 +89,7 @@ public partial class AssistantLegalCheck : AssistantBaseCore<SettingsDialogLegal
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
private async Task AksQuestions()
|
private async Task AskQuestions()
|
||||||
{
|
{
|
||||||
await this.Form!.Validate();
|
await this.Form!.Validate();
|
||||||
if (!this.InputIsValid)
|
if (!this.InputIsValid)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user