Skip to content

Commit 38e06ac

Browse files
Merge pull request #696 from jitendra-webkul/master
Issue #692 fixed
2 parents 3b20d23 + 7e76109 commit 38e06ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/Webkul/Admin/src/Http/Controllers/Lead/LeadController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ public function store(LeadForm $request)
167167

168168
session()->flash('success', trans('admin::app.leads.create-success'));
169169

170-
return redirect()->route('admin.leads.index');
170+
return redirect()->route('admin.leads.index', $data['lead_pipeline_id']);
171171
}
172172

173173
/**

0 commit comments

Comments
 (0)