make observer prompt resize (#1506)

This commit is contained in:
Shuchang Zheng
2025-01-06 11:21:15 -08:00
committed by GitHub
parent be05a94968
commit 345309ff9f

View File

@@ -151,7 +151,7 @@ function WorkflowPostRunParameters() {
The original prompt for the observer The original prompt for the observer
</h2> </h2>
</div> </div>
<Input <AutoResizingTextarea
value={workflowRun.observer_cruise.prompt ?? ""} value={workflowRun.observer_cruise.prompt ?? ""}
readOnly readOnly
/> />