no dejar cerrar modal
This commit is contained in:
parent
61d4e7f7c9
commit
fcb193ee00
@ -57,6 +57,7 @@ export default {
|
||||
|
||||
this.$buefy.modal.open({
|
||||
props: modalProps,
|
||||
canCancel: false,
|
||||
parent: this,
|
||||
component: ModalMultaIdPrestamo,
|
||||
hasModalCard: true,
|
||||
|
@ -56,7 +56,7 @@ const alertsGenericos = {
|
||||
) {
|
||||
buefy.dialog.alert({
|
||||
ariaModal: true,
|
||||
canCancel: true,
|
||||
canCancel: ["button"],
|
||||
hasIcon: true,
|
||||
onCancel,
|
||||
onConfirm,
|
||||
|
Loading…
Reference in New Issue
Block a user