Merged in fix/STAY-2-GLA-cancelled (pull request #3109)

Fix/STAY-2 GLA cancelled

* fix: show toast on cancelling GLA flow

* fix: show the ancillary GLA errors as inline alerts


Approved-by: Bianca Widstam
Approved-by: Erik Tiekstra
This commit is contained in:
Christel Westerberg
2025-11-12 08:29:05 +00:00
parent 2c044de187
commit c3b71a05d9
9 changed files with 236 additions and 136 deletions

View File

@@ -1,7 +1,7 @@
.list {
display: flex;
flex-direction: column;
align-items: start;
align-items: flex-start;
margin: 0;
padding: 0;
gap: var(--Space-x15);