Skip to content

Issue with creating Ui component form in customer edit section #2762

@ghost

Description

Hi,

layout file is:customer_index_edit.xml

<?xml version="1.0"?>
<!--
/**
 * Copyright © 2015 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */
-->
    <body>
        <referenceContainer name="content">
            <uiComponent name="seller_form"/>
        </referenceContainer>   
    </body>

base/ui_component/seller_form.xml

in this file below lines giving error that " Element with ID 'tabs_nav' already exists."

<item name="layout" xsi:type="array">
        <item name="type" xsi:type="string">tabs</item>
        <item name="navContainerName" xsi:type="string">left</item>
</item>

Please help

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions