Remove icon from event detail tab
This commit is contained in:
parent
135601c0dc
commit
f7ed5de8c8
|
@ -75,7 +75,6 @@ class EventController extends Controller
|
|||
->add('event', array(
|
||||
'title' => $label,
|
||||
'label' => $label,
|
||||
'icon' => $icon,
|
||||
'url' => Url::fromRequest(),
|
||||
'active' => true
|
||||
))
|
||||
|
|
Loading…
Reference in New Issue