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(
|
->add('event', array(
|
||||||
'title' => $label,
|
'title' => $label,
|
||||||
'label' => $label,
|
'label' => $label,
|
||||||
'icon' => $icon,
|
|
||||||
'url' => Url::fromRequest(),
|
'url' => Url::fromRequest(),
|
||||||
'active' => true
|
'active' => true
|
||||||
))
|
))
|
||||||
|
|
Loading…
Reference in New Issue