mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-10-31 04:51:31 +08:00 
			
		
		
		
	Typo in export.js (#1682)
This commit is contained in:
		
							parent
							
								
									dcf1c62ec1
								
							
						
					
					
						commit
						f62b4a581e
					
				| @ -129,7 +129,7 @@ ws.subscribeToMessages(async message => { | |||||||
|         toastService.showPersistent(makeToast(message.taskId, "Export in progress: " + message.progressCount)); |         toastService.showPersistent(makeToast(message.taskId, "Export in progress: " + message.progressCount)); | ||||||
|     } |     } | ||||||
|     else if (message.type === 'task-succeeded') { |     else if (message.type === 'task-succeeded') { | ||||||
|         const toast = makeToast(message.taskId, "Import finished successfully."); |         const toast = makeToast(message.taskId, "Export finished successfully."); | ||||||
|         toast.closeAfter = 5000; |         toast.closeAfter = 5000; | ||||||
| 
 | 
 | ||||||
|         toastService.showPersistent(toast); |         toastService.showPersistent(toast); | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Mirwaisse Djanbaz
						Mirwaisse Djanbaz