refactor: FaiError -> ChainError (SDK stub rename lockstep)

Signed-off-by: flemming-it <sf@flemming.it>
This commit is contained in:
flemming-it 2026-07-11 23:14:34 +02:00
parent 42f271679c
commit 9196251e00
3 changed files with 5 additions and 5 deletions

View file

@ -639,7 +639,7 @@ class _StepState {
/// button cover both keyboard and trackpad operators the
/// implicit selection gesture is too easy to miss on a long
/// failure message. Matches the visual treatment Studio's
/// `FaiErrorBox` uses elsewhere; kept local to this package
/// `ChainErrorBox` uses elsewhere; kept local to this package
/// so flow_editor doesn't depend on Studio internals.
class _CopyableErrorBox extends StatefulWidget {
final String text;