mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-10-31 02:57:57 +00:00 
			
		
		
		
	 35508feaae
			
		
	
	35508feaae
	
	
	
		
			
			Co-authored-by: Shivam Mishra <scm.mymail@gmail.com> Co-authored-by: iamsivin <iamsivin@gmail.com>
		
			
				
	
	
		
			11 lines
		
	
	
		
			132 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			132 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| import { required } from '@vuelidate/validators';
 | |
| 
 | |
| export default {
 | |
|   title: {
 | |
|     required,
 | |
|   },
 | |
|   teamId: {
 | |
|     required,
 | |
|   },
 | |
| };
 |