Fix bug
This commit is contained in:
		
							parent
							
								
									1092818203
								
							
						
					
					
						commit
						c7456224af
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -158,6 +158,7 @@ export default Vue.extend({ | |||
| 		}, | ||||
| 
 | ||||
| 		async invite() { | ||||
| 			const t = this.$t('invited'); | ||||
| 			const { result: user } = await this.$root.dialog({ | ||||
| 				user: { | ||||
| 					local: true | ||||
|  | @ -170,7 +171,7 @@ export default Vue.extend({ | |||
| 			}).then(() => { | ||||
| 				this.$root.dialog({ | ||||
| 					type: 'success', | ||||
| 					text: this.$t('invited') | ||||
| 					text: t | ||||
| 				}); | ||||
| 			}).catch(e => { | ||||
| 				this.$root.dialog({ | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue