Fix for issue 150 photo upload
added .url() to line 77 as mentioned by https://github.com/barnoma-soz in comments for issue 150 - tested locally with current ping crm setup
This commit is contained in:
		
							parent
							
								
									99b88e8943
								
							
						
					
					
						commit
						80763bbe45
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -74,7 +74,7 @@ export default { | |||
|   }, | ||||
|   methods: { | ||||
|     update() { | ||||
|       this.form.post(this.route('users.update', this.user.id), { | ||||
|       this.form.post(this.route('users.update', this.user.id).url(), { | ||||
|         onSuccess: () => this.form.reset('password', 'photo'), | ||||
|       }) | ||||
|     }, | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Michael Job
						Michael Job