mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-31 05:31:10 -04:00 
			
		
		
		
	fix spelling error
This commit is contained in:
		| @ -27,7 +27,7 @@ | ||||
|             :upload-handler="cropperHandler" | ||||
|             trigger="#pick-avatar" | ||||
|             @changed="setFileObject" | ||||
|             @error="hadleUploadError" | ||||
|             @error="handleUploadError" | ||||
|           /> | ||||
|         </div> | ||||
|         <div class="row"> | ||||
| @ -287,7 +287,7 @@ export default { | ||||
|     setFileObject (file) { | ||||
|       this.fileObject = file | ||||
|     }, | ||||
|     hadleUploadError (message, type, xhr) { | ||||
|     handleUploadError (message, type, xhr) { | ||||
|       window.toastr['error']('Oops! Something went wrong...') | ||||
|     }, | ||||
|     async setInitialData () { | ||||
|  | ||||
| @ -22,7 +22,7 @@ | ||||
|           :upload-handler="cropperHandler" | ||||
|           trigger="#pick-avatar" | ||||
|           @changed="setFileObject" | ||||
|           @error="hadleUploadError" | ||||
|           @error="handleUploadError" | ||||
|         /> | ||||
|       </div> | ||||
|       <div class="row"> | ||||
| @ -257,7 +257,7 @@ export default { | ||||
|     setFileObject (file) { | ||||
|       this.fileObject = file | ||||
|     }, | ||||
|     hadleUploadError (message, type, xhr) { | ||||
|     handleUploadError (message, type, xhr) { | ||||
|       window.toastr['error']('Oops! Something went wrong...') | ||||
|     }, | ||||
|     async next () { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user