Create Modal to redirect to active lock

This commit is contained in:
enzoggqs
2023-02-09 16:44:11 -03:00
committed by RcleydsonR
parent eabc54e5dd
commit 48972a6437
3 changed files with 60 additions and 5 deletions

View File

@@ -154,7 +154,11 @@ const validatePix = async (): Promise<void> => {
@button-clicked="emit('pixValidated', e2eId)"
/>
</div>
<CustomModal v-if="showModal" @close-modal="showModal = false" />
<CustomModal
v-if="showModal"
@close-modal="showModal = false"
:isRedirectModal="false"
/>
</div>
</template>