fixed text inputs in add action modals

This commit is contained in:
alejandro.campos@artica.es 2021-08-05 13:05:53 +02:00
parent cb4416ca3f
commit 5acd64bbf7

View File

@ -1120,6 +1120,12 @@ function show_add_action(id_alert) {
opacity: 0.5,
background: "black"
},
open: function() {
$("#action_select, #action_select").select2({
tags: true,
dropdownParent: $("#add_action-div-" + id_alert)
});
},
width: 500,
height: 300
})