mirror of
https://github.com/different-ai/openwork
synced 2026-04-25 17:15:34 +02:00
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:
@@ -149,7 +149,7 @@ export function LandingEnterprise(props: Props) {
|
||||
<LandingAppDemoPanel
|
||||
flows={landingDemoFlows}
|
||||
activeFlowId={activeStackDemoId}
|
||||
onSelect={setActiveStackDemoId}
|
||||
onSelectFlow={setActiveStackDemoId}
|
||||
timesById={landingDemoFlowTimes}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user