Skip to content

Commit 8c65699

Browse files
Copilothotlong
andcommitted
Fix data consistency issues in opportunity detail view
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 153467d commit 8c65699

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

packages/components/src/stories/CRMApp.stories.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@ const OPPORTUNITY_DETAIL_DATA = {
7575
id: 101,
7676
name: "TechCorp License Renewal",
7777
amount: 50000,
78-
stage: "Proposal",
79-
probability: "60%",
80-
closeDate: "2026-02-28",
78+
stage: "Negotiation",
79+
probability: "80%",
80+
closeDate: "2026-02-15",
8181
contact: "Alice Johnson",
82-
expectedRevenue: 30000,
83-
daysToClose: 28
82+
expectedRevenue: 40000,
83+
daysToClose: 15
8484
};
8585

8686
/* --- SCHEMAS --- */

0 commit comments

Comments
 (0)