mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-02-12 16:21:37 +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)
|
if(this.selectedPolicy is null)
|
||||||
return;
|
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;
|
this.selectedPolicy.PreselectedProfile = this.policyPreselectedProfileId;
|
||||||
|
|
||||||
var canEditProtectedFields = force || (!this.selectedPolicy.IsProtected && !this.policyIsProtected);
|
var canEditProtectedFields = force || (!this.selectedPolicy.IsProtected && !this.policyIsProtected);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user