Fixes item value hidden for equipment accordion button (#1396)
Signed-off-by: Gautier Taravella <tarag@mailbox.org>pull/1398/head
parent
7302a311a1
commit
49c2a9ad74
|
@ -143,7 +143,6 @@ export function itemAccordionEquipmentComponent (item, config, itemNameAsFooterO
|
|||
|
||||
let c = promoted ? promotedEquipmentContext(promoted, config, itemNameAsFooterOrLocation) : itemDefaultListComponent(item, itemNameAsFooterOrLocation)
|
||||
c.config.action = undefined
|
||||
c.config.after = ''
|
||||
c.slots = {
|
||||
accordion: [
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue