Skip to content

Commit

Permalink
wizard company logo delete issue solved
Browse files Browse the repository at this point in the history
  • Loading branch information
cuneytsenturk committed Feb 2, 2019
1 parent 8708512 commit 5175f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/wizard/companies/edit.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
$.ajax({
url: '{{ url('uploads/' . $company->company_logo->id . '/show') }}',
type: 'GET',
data: {column_name: 'company_logo'},
data: {column_name: 'company_logo', page: 'setting', key: 'general.company_logo'},
dataType: 'JSON',
success: function(json) {
if (json['success']) {
Expand Down

0 comments on commit 5175f02

Please sign in to comment.