Fix flow tutorials (#6722)
* Fix tutorial basic * fix other tutorials * nit fix bug with button shrinking * tutorial works backwards * nit delete field on prev
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
type Placement = `${Side}-${Alignment}`
|
||||
|
||||
interface Props {
|
||||
index?: number
|
||||
index?: number | 'error-handler-button'
|
||||
funcDesc?: string
|
||||
kind?: 'script' | 'trigger' | 'preprocessor' | 'failure'
|
||||
iconSize?: number
|
||||
|
||||
Reference in New Issue
Block a user