Removed XML cref tags in ProviderDialog

This commit is contained in:
Thorsten Sommer 2026-08-13 13:59:54 +02:00
parent fbbe581834
commit 1b9f8e6826
Signed by untrusted user who does not match committer: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -93,7 +93,7 @@ public partial class ProviderDialog : MSGComponentBase, ISecretId
/// <summary>
/// Whether this provider is managed by an enterprise configuration plugin. When true, every
/// field except the API key is locked, matching <see cref="Settings.Provider.IsEnterpriseConfiguration"/>.
/// field except the API key is locked, matching Settings.Provider.IsEnterpriseConfiguration.
/// </summary>
[Parameter]
public bool IsEnterpriseConfiguration { get; set; }