rename persiste browser session to save and reuse session (#2413)

This commit is contained in:
Shuchang Zheng
2025-05-21 06:51:21 -07:00
committed by GitHub
parent ef379a96c7
commit 3cf2f75333
41 changed files with 133 additions and 2411 deletions

View File

@@ -87,7 +87,7 @@ function StartNode({ id, data }: NodeProps<StartNode>) {
</div>
<div className="space-y-2">
<div className="flex items-center gap-2">
<Label>Persist Browser Session</Label>
<Label>Save &amp; Reuse Session</Label>
<HelpTooltip content="Persist session information across workflow runs" />
<Switch
checked={inputs.persistBrowserSession}