mirror of
https://github.com/frappe/books.git
synced 2025-01-03 15:17:30 +00:00
fix: resolved test issues in Lead
This commit is contained in:
parent
2c784e72d3
commit
e2d6c2a048
@ -11,7 +11,7 @@ const leadData = {
|
||||
name: 'name2',
|
||||
status: 'Open',
|
||||
email: 'sample@gmail.com',
|
||||
mobile: '7356203811',
|
||||
mobile: '1234567890',
|
||||
};
|
||||
|
||||
const itemData: { name: string; rate: number } = {
|
||||
|
Loading…
Reference in New Issue
Block a user