Make process field readonly in ReadWebContent component

This commit is contained in:
Thorsten Sommer 2025-08-19 20:38:14 +02:00
parent 1765a4d514
commit 8d45411e54
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -34,7 +34,7 @@ public partial class ReadWebContent : MSGComponentBase
[Parameter]
public bool PreselectContentCleanerAgent { get; set; }
private Process<ReadWebContentSteps> process = Process<ReadWebContentSteps>.INSTANCE;
private readonly Process<ReadWebContentSteps> process = Process<ReadWebContentSteps>.INSTANCE;
private ProcessStepValue processStep;
private bool showWebContentReader;