chore: show close button in choreo error snackbar (#5631)
This commit is contained in:
parent
d3d040d5b6
commit
2f7dfe972b
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ class ChoreographerHasErrorButton extends StatelessWidget {
|
|||
ScaffoldMessenger.of(context).showSnackBar(
|
||||
SnackBar(
|
||||
duration: const Duration(seconds: 5),
|
||||
showCloseIcon: true,
|
||||
content: Text(
|
||||
"${error.title(context)} ${error.description(context)}",
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue