|  | @@ -149,7 +149,7 @@ export default {
 | 
	
		
			
				|  |  |          send_type: this.send_type,
 | 
	
		
			
				|  |  |          answer_mode: this.answer_mode,
 | 
	
		
			
				|  |  |          access_popedom: this.access_popedom,
 | 
	
		
			
				|  |  | -        max_person_count: this.max_person_count,
 | 
	
		
			
				|  |  | +        max_person_count: this.max_person_count || -1,
 | 
	
		
			
				|  |  |          memo: this.memo,
 | 
	
		
			
				|  |  |        }).then(({ status, ...data }) => {
 | 
	
		
			
				|  |  |          this.$emit('generateLink', { ...data });
 |