Skip to content

Commit 7e76109

Browse files
Issue #692 fixed
1 parent 7fd2e5a commit 7e76109

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)