fix(landing): use correct demo panel callback prop

Pass the enterprise stack demo state setter through LandingAppDemoPanel's onSelectFlow prop so the landing build typechecks and compiles.

Made-with: Cursor
This commit is contained in:
Benjamin Shafii
2026-04-09 15:22:15 -07:00
parent 791b56b62b
commit 4aeacb7840

View File

@@ -149,7 +149,7 @@ export function LandingEnterprise(props: Props) {
<LandingAppDemoPanel
flows={landingDemoFlows}
activeFlowId={activeStackDemoId}
onSelect={setActiveStackDemoId}
onSelectFlow={setActiveStackDemoId}
timesById={landingDemoFlowTimes}
/>
</div>