mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-08-20 22:12:56 +00:00
Make process
field readonly in ReadWebContent component
This commit is contained in:
parent
1765a4d514
commit
8d45411e54
@ -34,7 +34,7 @@ public partial class ReadWebContent : MSGComponentBase
|
|||||||
[Parameter]
|
[Parameter]
|
||||||
public bool PreselectContentCleanerAgent { get; set; }
|
public bool PreselectContentCleanerAgent { get; set; }
|
||||||
|
|
||||||
private Process<ReadWebContentSteps> process = Process<ReadWebContentSteps>.INSTANCE;
|
private readonly Process<ReadWebContentSteps> process = Process<ReadWebContentSteps>.INSTANCE;
|
||||||
private ProcessStepValue processStep;
|
private ProcessStepValue processStep;
|
||||||
|
|
||||||
private bool showWebContentReader;
|
private bool showWebContentReader;
|
||||||
|
Loading…
Reference in New Issue
Block a user