v3-Demo #101
|
@ -82,7 +82,7 @@ function ComparisonScene() {
|
||||||
{comparisonProduct && !isPlaying &&
|
{comparisonProduct && !isPlaying &&
|
||||||
<div className="initial-selectLayout-wrapper">
|
<div className="initial-selectLayout-wrapper">
|
||||||
<RegularDropDown
|
<RegularDropDown
|
||||||
header={'Product 1'}
|
header={selectedProduct.productName}
|
||||||
options={products.map((l) => l.productName)} // Pass layout names as options
|
options={products.map((l) => l.productName)} // Pass layout names as options
|
||||||
onSelect={handleSelectLayout}
|
onSelect={handleSelectLayout}
|
||||||
search={false}
|
search={false}
|
||||||
|
|
Loading…
Reference in New Issue