mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-10-31 11:08:04 +00:00 
			
		
		
		
	chore: Update contact empty state data (#12207)
# Pull Request Template ## Description Fixes https://linear.app/chatwoot/issue/CW-5432/use-a-different-company-nameemail-for-the-empty-state-in-contacts ## How Has This Been Tested? ### Screenshot <img width="1044" height="555" alt="image" src="https://github.com/user-attachments/assets/a414f88f-13ca-4c1e-bb76-cd5b9217d21f" /> ## Checklist: - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of my code - [ ] I have commented on my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [x] New and existing unit tests pass locally with my changes - [ ] Any dependent changes have been merged and published in downstream modules
This commit is contained in:
		| @@ -4,8 +4,8 @@ export default [ | ||||
|       city: 'Los Angeles', | ||||
|       country: 'United States', | ||||
|       description: | ||||
|         "I'm Candice, a developer focusing on building web solutions. Currently, I’m working as a Product Developer at Chatwoot.", | ||||
|       companyName: 'Chatwoot', | ||||
|         "I'm Candice, a developer focusing on building web solutions. Currently, I’m working as a Product Developer at Lumora.", | ||||
|       companyName: 'Lumora', | ||||
|       countryCode: 'US', | ||||
|       socialProfiles: { | ||||
|         github: 'candice-dev', | ||||
| @@ -16,7 +16,7 @@ export default [ | ||||
|       }, | ||||
|     }, | ||||
|     availabilityStatus: 'offline', | ||||
|     email: 'candice.matherson@chatwoot.com', | ||||
|     email: 'candice.matherson@lumora.com', | ||||
|     id: 22, | ||||
|     name: 'Candice Matherson', | ||||
|     phoneNumber: '+14155552671', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sivin Varghese
					Sivin Varghese