refactor: FaiError -> ChainError (SDK stub rename lockstep)
Some checks failed
Security / Security check (push) Failing after 1s
Some checks failed
Security / Security check (push) Failing after 1s
Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com>
This commit is contained in:
parent
bb606a8b23
commit
7a38cd58aa
13 changed files with 30 additions and 30 deletions
|
|
@ -53,10 +53,10 @@ class ChainErrorBox extends StatefulWidget {
|
|||
);
|
||||
|
||||
@override
|
||||
State<ChainErrorBox> createState() => _FaiErrorBoxState();
|
||||
State<ChainErrorBox> createState() => _ChainErrorBoxState();
|
||||
}
|
||||
|
||||
class _FaiErrorBoxState extends State<ChainErrorBox> {
|
||||
class _ChainErrorBoxState extends State<ChainErrorBox> {
|
||||
bool _justCopied = false;
|
||||
bool _detailExpanded = false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue