mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-02-12 11:01:38 +00:00
Formatting
This commit is contained in:
parent
df14664b32
commit
c863573ad9
@ -223,7 +223,7 @@ public partial class DocumentAnalysisAssistant : AssistantBaseCore<SettingsDialo
|
||||
if(this.selectedPolicy is null)
|
||||
return;
|
||||
|
||||
// The preselected profile is always user-adjustable, even for protected policies.
|
||||
// The preselected profile is always user-adjustable, even for protected policies:
|
||||
this.selectedPolicy.PreselectedProfile = this.policyPreselectedProfileId;
|
||||
|
||||
var canEditProtectedFields = force || (!this.selectedPolicy.IsProtected && !this.policyIsProtected);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user