mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-02 02:30:07 +00:00
fix lint of the 'Max Steps' label (#1878)
This commit is contained in:
parent
d31e4bf268
commit
b5ef95fddb
1 changed files with 1 additions and 3 deletions
|
@ -131,9 +131,7 @@ function Taskv2Node({ id, data, type }: NodeProps<Taskv2Node>) {
|
|||
<div className="space-y-4">
|
||||
<div className="space-y-2">
|
||||
<div className="flex gap-2">
|
||||
<Label className="text-xs text-slate-300">
|
||||
Max Steps
|
||||
</Label>
|
||||
<Label className="text-xs text-slate-300">Max Steps</Label>
|
||||
<HelpTooltip content={helpTooltips[type]["maxSteps"]} />
|
||||
</div>
|
||||
<Input
|
||||
|
|
Loading…
Add table
Reference in a new issue