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:
Diego Imbert
2025-10-01 18:00:46 +02:00
committed by GitHub
parent e2e3ae9f02
commit 8eb6c13c19
9 changed files with 81 additions and 30 deletions

View File

@@ -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