v3-Demo #101

Merged
Vishnu merged 11 commits from v3-Demo into main 2025-06-13 13:56:14 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 48c62c9189 - Show all commits

View File

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