Browse Source

Oct 7 : [FIX] Bug Fixed 'backend_theme_infinito'

pull/295/head
AjmalCybro 2 years ago
parent
commit
b9dfd88263
  1. 3
      backend_theme_infinito/static/src/xml/sidebar.xml

3
backend_theme_infinito/static/src/xml/sidebar.xml

@ -63,11 +63,8 @@
<t t-foreach="systrayItems" t-as="item" t-key="item.key">
<!-- This ensures the correct order of the systray items -->
<div t-att-data-index="item.index"/>
<ErrorHandler onError="error => this.handleItemError(error, item)">
<t t-component="item.Component" t-props="item.props"/>
</ErrorHandler>
</t>
</div>
<h6 class="sidebar_head">MENU</h6>
<ul class="sidebar_menu">

Loading…
Cancel
Save