no dejar cerrar modal

This commit is contained in:
Lemuel Márquez 2023-05-30 15:58:01 -06:00
parent 61d4e7f7c9
commit fcb193ee00
2 changed files with 2 additions and 1 deletions

View File

@ -57,6 +57,7 @@ export default {
this.$buefy.modal.open({
props: modalProps,
canCancel: false,
parent: this,
component: ModalMultaIdPrestamo,
hasModalCard: true,

View File

@ -56,7 +56,7 @@ const alertsGenericos = {
) {
buefy.dialog.alert({
ariaModal: true,
canCancel: true,
canCancel: ["button"],
hasIcon: true,
onCancel,
onConfirm,