fix typo (#3156)
This commit is contained in:
@@ -151,7 +151,7 @@ function StartNode({ id, data }: NodeProps<StartNode>) {
|
|||||||
<div className="space-y-2">
|
<div className="space-y-2">
|
||||||
<div className="flex gap-2">
|
<div className="flex gap-2">
|
||||||
<Label>Script Key</Label>
|
<Label>Script Key</Label>
|
||||||
<HelpTooltip content="A constant string or templated name, comprised of one or more of your parameters. It's the uinique key for a workflow script." />
|
<HelpTooltip content="A constant string or templated name, comprised of one or more of your parameters. It's the unique key for a workflow script." />
|
||||||
</div>
|
</div>
|
||||||
<Input
|
<Input
|
||||||
value={inputs.scriptCacheKey ?? ""}
|
value={inputs.scriptCacheKey ?? ""}
|
||||||
|
|||||||
Reference in New Issue
Block a user