mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-10-31 02:57:57 +00:00 
			
		
		
		
	 fe2af370e0
			
		
	
	fe2af370e0
	
	
	
		
			
			* Feat: Show notes panel on CRM page Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
		
			
				
	
	
		
			22 lines
		
	
	
		
			516 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			516 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| export default [
 | |
|   {
 | |
|     id: 12345,
 | |
|     content: 'It is a long established fact that a reader will be distracted.',
 | |
|     user: {
 | |
|       name: 'John Doe',
 | |
|       thumbnail: 'https://randomuser.me/api/portraits/men/69.jpg',
 | |
|     },
 | |
|     created_at: 1618046084,
 | |
|   },
 | |
|   {
 | |
|     id: 12346,
 | |
|     content:
 | |
|       'It is simply dummy text of the printing and typesetting industry.',
 | |
|     user: {
 | |
|       name: 'Pearl Cruz',
 | |
|       thumbnail: 'https://randomuser.me/api/portraits/women/29.jpg',
 | |
|     },
 | |
|     created_at: 1616046076,
 | |
|   },
 | |
| ];
 |