mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 08:01:35 +00:00
fix flow module adder
This commit is contained in:
@@ -150,8 +150,8 @@
|
||||
}
|
||||
|
||||
const allToplevelNodes: [string, string][] = [
|
||||
['For Loop', 'forloop'],
|
||||
['While Loop', 'whileloop'],
|
||||
['For loop', 'forloop'],
|
||||
['While loop', 'whileloop'],
|
||||
['Branch to one', 'branchone'],
|
||||
['Branch to all', 'branchall']
|
||||
]
|
||||
|
||||
@@ -41,10 +41,10 @@
|
||||
{:else if label === 'End Flow'}
|
||||
<Square size={14} />
|
||||
End Flow
|
||||
{:else if label === 'For Loop'}
|
||||
{:else if label === 'For loop'}
|
||||
<Repeat size={14} />
|
||||
For Loop
|
||||
{:else if label === 'While Loop'}
|
||||
{:else if label === 'While loop'}
|
||||
<Repeat size={14} />
|
||||
While Loop
|
||||
{:else if label === 'Branch to one'}
|
||||
|
||||
Reference in New Issue
Block a user