rename persiste browser session to save and reuse session (#2413)
This commit is contained in:
@@ -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 & Reuse Session</Label>
|
||||
<HelpTooltip content="Persist session information across workflow runs" />
|
||||
<Switch
|
||||
checked={inputs.persistBrowserSession}
|
||||
|
||||
Reference in New Issue
Block a user