mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	[Client] Fix #3168
This commit is contained in:
		
							parent
							
								
									10fa824f95
								
							
						
					
					
						commit
						5ef8a8b5f0
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -168,10 +168,10 @@ export default Vue.extend({
 | 
			
		|||
				birthday: this.birthday || null,
 | 
			
		||||
				avatarId: this.avatarId,
 | 
			
		||||
				bannerId: this.bannerId,
 | 
			
		||||
				isCat: this.isCat,
 | 
			
		||||
				isBot: this.isBot,
 | 
			
		||||
				isLocked: this.isLocked,
 | 
			
		||||
				carefulBot: this.carefulBot
 | 
			
		||||
				isCat: !!this.isCat,
 | 
			
		||||
				isBot: !!this.isBot,
 | 
			
		||||
				isLocked: !!this.isLocked,
 | 
			
		||||
				carefulBot: !!this.carefulBot
 | 
			
		||||
			}).then(i => {
 | 
			
		||||
				this.saving = false;
 | 
			
		||||
				this.$store.state.i.avatarId = i.avatarId;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue