badaso icon indicating copy to clipboard operation
badaso copied to clipboard

Admin Panel Logo Config 'Text Only" not displayed

Open Dri372 opened this issue 2 years ago • 0 comments

Describe the bug No logo and no text are displayed when we setup in configuration, "Text Only" for the field "Admin Panel Logo Config"

Solution in core/src/resources/js/layout/admin/header/Navbar.vue replace v-if="logoConfig === 'logo_only' || logoConfig === 'logo_and_text'" by v-if="logoConfig === 'logo_only' || logoConfig === 'logo_and_text' || logoConfig === 'text_only'"

Dri372 avatar Jun 29 '22 06:06 Dri372