Working on vendors favorite JSON form - issues with additional fields + rehydrating data
This commit is contained in:
@@ -7,7 +7,9 @@ export default function ShopVendorPageComponent({ selectedVendorState }) {
|
||||
return (
|
||||
<div>
|
||||
<VendorsListContainer selectedVendorState={selectedVendorState} />
|
||||
<VendorsFormContainer vendor={selectedVendorState[0]} />
|
||||
<VendorsFormContainer
|
||||
vendorId={selectedVendorState[0] ? selectedVendorState[0].id : null}
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user