Skip to content

Commit 8b53eee

Browse files
authored
Merge pull request #87 from emrysr/fix/hide-view-menu-item
Fix/hide view menu item
2 parents d2ab62b + 6096492 commit 8b53eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app_menu.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@
5353
$menu['sidebar']['apps'][] = array(
5454
'text' => _('View'),
5555
'path' => 'app/view',
56-
'li_class'=>'hide',
56+
'li_class'=>'d-none',
5757
'order'=> 99
5858
);

0 commit comments

Comments
 (0)