fixed error with icon groups policies

This commit is contained in:
marcos 2021-04-22 16:09:05 +02:00
parent cb3bf7fed0
commit 0ff28fb9a2
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ if (is_ajax() === true) {
$group = [
'id_grupo' => 0,
'nombre' => 'None',
'icon' => '',
'icon' => 'world',
'parent' => 0,
'disabled' => 0,
'custom_id' => null,