CASH-376 removing transition prevents rendering CTA on top of modal

This commit is contained in:
Matt Caimi 2025-04-24 14:12:03 -04:00
parent 323dbe8f77
commit 0e3bdd8b60

View file

@ -1,5 +1,4 @@
<template> <template>
<transition name="fade" mode="out-in">
<div class="mobile-location-questions"> <div class="mobile-location-questions">
<div class="text-center" :id="componentId"> <div class="text-center" :id="componentId">
<label <label
@ -66,7 +65,6 @@
</template> </template>
</modal> </modal>
</div> </div>
</transition>
</template> </template>
<script> <script>