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>
		
			
				
	
	
		
			10 lines
		
	
	
		
			190 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			190 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| import ApiClient from './ApiClient';
 | |
| 
 | |
| class ContactNotes extends ApiClient {
 | |
|   constructor() {
 | |
|     super('contact_notes', { accountScoped: true });
 | |
|   }
 | |
| }
 | |
| 
 | |
| export default new ContactNotes();
 |