Fixed JS code that made the form look wrong

This commit is contained in:
miguel angel rasteu 2023-04-26 09:37:48 +02:00
parent 8effae4991
commit 85879d0a3a
1 changed files with 4 additions and 4 deletions

View File

@ -1311,10 +1311,10 @@ function show_display_update_action(id_module_action, alert_id, alert_id_agent_m
},
open: function() {
$(`#update_action-div-${alert_id}`).css('overflow', 'hidden');
$(`#action_select_ajax-${alert_id}`).select2({
tags: true,
dropdownParent: $(`#update_action-div-${alert_id}`)
});
//$(`#action_select_ajax-${alert_id}`).select2({
// tags: true,
// dropdownParent: $(`#update_action-div-${alert_id}`)
//});
},
width: 600,
height: 350