Add a tooltip (as title) on add parameter (#1511)
This commit is contained in:
@@ -24,7 +24,7 @@ function WorkflowBlockInput(props: Props) {
|
||||
<div className="absolute right-0 top-0 flex size-9 cursor-pointer items-center justify-center">
|
||||
<Popover>
|
||||
<PopoverTrigger asChild>
|
||||
<div className="rounded p-1 hover:bg-muted">
|
||||
<div className="rounded p-1 hover:bg-muted" title="Add a parameter">
|
||||
<PlusIcon className="size-4" />
|
||||
</div>
|
||||
</PopoverTrigger>
|
||||
|
||||
@@ -27,7 +27,7 @@ function WorkflowBlockInputTextarea(props: Props) {
|
||||
<div className="absolute right-0 top-0 flex size-9 cursor-pointer items-center justify-center">
|
||||
<Popover>
|
||||
<PopoverTrigger asChild>
|
||||
<div className="rounded p-1 hover:bg-muted">
|
||||
<div className="rounded p-1 hover:bg-muted" title="Add a parameter">
|
||||
<PlusIcon className="size-4" />
|
||||
</div>
|
||||
</PopoverTrigger>
|
||||
|
||||
Reference in New Issue
Block a user