Merge branch 'develop' into feature/CSR-297

This commit is contained in:
CarlNation 2022-03-04 12:35:53 -05:00
commit 42b9a1a981
2 changed files with 3 additions and 3 deletions

View file

@ -80,7 +80,7 @@ const routingTable = [
},
{
scenario: navigationScenarios.SELECTED_PARTS,
destinationFmgPageValue: fmgPageValues.QUOTE,
destinationFmgPageValue: fmgPageValues.REVEAL,
},
],
},

View file

@ -1,5 +1,5 @@
.fade-enter-active{
transition: opacity 0.6s ease;
.fade-enter-active {
transition: opacity 0.8s ease;
}
.fade-leave-active {