node library to block library (#2643)
This commit is contained in:
@@ -273,8 +273,8 @@ function WorkflowNodeLibraryPanel({ onNodeClick, first }: Props) {
|
|||||||
</div>
|
</div>
|
||||||
<span className="text-sm text-slate-400">
|
<span className="text-sm text-slate-400">
|
||||||
{first
|
{first
|
||||||
? "Click on the node type to add your first block"
|
? "Click on the block type to add your first block"
|
||||||
: "Click on the node type you want to add"}
|
: "Click on the block type you want to add"}
|
||||||
</span>
|
</span>
|
||||||
</header>
|
</header>
|
||||||
<div className="relative">
|
<div className="relative">
|
||||||
|
|||||||
Reference in New Issue
Block a user