mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-10-31 13:34:12 +00:00 
			
		
		
		
	
							parent
							
								
									5932cb8609
								
							
						
					
					
						commit
						16b7ac5a87
					
				
					 1 changed files with 9 additions and 4 deletions
				
			
		|  | @ -305,11 +305,16 @@ export default Vue.extend({ | |||
| 					this.exportTarget == 'user-lists' ? 'i/import-user-lists' : | ||||
| 					null, { | ||||
| 						fileId: file.id | ||||
| 				}).then(() => { | ||||
| 					this.$root.dialog({ | ||||
| 						type: 'info', | ||||
| 						text: this.$t('import-requested') | ||||
| 					}); | ||||
| 				}).catch((e: any) => { | ||||
| 					this.$root.dialog({ | ||||
| 						type: 'error', | ||||
| 						text: e.message | ||||
| 					}); | ||||
| 
 | ||||
| 				this.$root.dialog({ | ||||
| 					type: 'info', | ||||
| 					text: this.$t('import-requested') | ||||
| 				}); | ||||
| 			}); | ||||
| 		}, | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue